diff --git a/.changes/61-bug.md b/.changes/61-bug.md deleted file mode 100644 index 531cb96..0000000 --- a/.changes/61-bug.md +++ /dev/null @@ -1 +0,0 @@ -align w/ breaking changes to AST function nodes diff --git a/.changes/63-feat.md b/.changes/63-feat.md deleted file mode 100644 index c25b74b..0000000 --- a/.changes/63-feat.md +++ /dev/null @@ -1 +0,0 @@ -Smarter Lute auto-detection; dynamically checks `foreman` / `rokit` bin and falls back to tool storage. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a400b9..1a2c70d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## [0.1.10] - 2026-01-30 + +### Features + +- Smarter Lute auto-detection; dynamically checks `foreman` / `rokit` bin and falls back to tool storage. [#63](https://github.com/wmccrthy/LuauASTExplorer/pull/63) + +### Fixes + +- align w/ breaking changes to AST function nodes [#61](https://github.com/wmccrthy/LuauASTExplorer/pull/61) + + ## [0.1.9] - 2026-01-29 ### Fixes diff --git a/package-lock.json b/package-lock.json index 03c13b8..283b28f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "luau-ast-explorer", - "version": "0.1.9", + "version": "0.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "luau-ast-explorer", - "version": "0.1.9", + "version": "0.1.10", "license": "MIT", "dependencies": { "react": "^19.1.0" diff --git a/package.json b/package.json index e981d56..16570aa 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.9", + "version": "0.1.10", "publisher": "wmccrthy", "license": "MIT", "icon": "icon.png",