From a135aff726f5f3caac61aa3577258ae0c762eec0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 23:07:21 +0000 Subject: [PATCH] chore(master): release 1.1.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9886e72..e7a188d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)