diff --git a/.changes/66-bug.md b/.changes/66-bug.md deleted file mode 100644 index 4181e43..0000000 --- a/.changes/66-bug.md +++ /dev/null @@ -1 +0,0 @@ -Fix bug with `AstStatDo` type annotations. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2c70d..547f05a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.1.11] - 2026-01-31 + +### Fixes + +- Fix bug with `AstStatDo` type annotations. [#66](https://github.com/wmccrthy/LuauASTExplorer/pull/66) + + ## [0.1.10] - 2026-01-30 ### Features diff --git a/package-lock.json b/package-lock.json index 283b28f..d7fe5da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "luau-ast-explorer", - "version": "0.1.10", + "version": "0.1.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "luau-ast-explorer", - "version": "0.1.10", + "version": "0.1.11", "license": "MIT", "dependencies": { "react": "^19.1.0" diff --git a/package.json b/package.json index 16570aa..1db221e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "luau-ast-explorer", "displayName": "Luau AST Explorer", "description": "Explore Luau/Lua AST structures, analyze code transformations, and assist with codemod development", - "version": "0.1.10", + "version": "0.1.11", "publisher": "wmccrthy", "license": "MIT", "icon": "icon.png",