Skip to content

Commit

Permalink
chore(master): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and amaanq committed Jan 24, 2024
1 parent 3032559 commit a135aff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.1.0](https://github.com/amaanq/tree-sitter-luau/compare/v1.0.0...v1.1.0) (2024-01-24)


### Features

* add literal types ([5f9dcd4](https://github.com/amaanq/tree-sitter-luau/commit/5f9dcd4946595a36624d9adcc9161542a6697c97))
* Initial working parser ([4f8fc20](https://github.com/amaanq/tree-sitter-luau/commit/4f8fc207b3a25b07cba1d3b4066f2872dcfe201f))


### Bug Fixes

* missing builtin types, remove unary expression in expression ([e3389a4](https://github.com/amaanq/tree-sitter-luau/commit/e3389a4f5c5297eb3e7ee44da1d1fe9245c6310b))
* re-add some unary ops ([eaabb02](https://github.com/amaanq/tree-sitter-luau/commit/eaabb02c827e61f51a7dd13b8aba92924fc6dba0))
* table types that are list-like ([f04cea4](https://github.com/amaanq/tree-sitter-luau/commit/f04cea4d195743756c1ce087afaea6ae374e4c2c))

## 1.0.0 (2023-06-21)


Expand Down

0 comments on commit a135aff

Please sign in to comment.