diff --git a/.changes/58-bug.md b/.changes/58-bug.md deleted file mode 100644 index 1c98f68..0000000 --- a/.changes/58-bug.md +++ /dev/null @@ -1 +0,0 @@ -Align with Lute Latest diff --git a/CHANGELOG.md b/CHANGELOG.md index c50153d..5a400b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.1.9] - 2026-01-29 + +### Fixes + +- Compatability with Lute latest [#58](https://github.com/wmccrthy/LuauASTExplorer/pull/58) + + ## [0.1.8] - 2025-10-06 ### Fixes diff --git a/package-lock.json b/package-lock.json index 2a15728..03c13b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "luau-ast-explorer", - "version": "0.1.8", + "version": "0.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "luau-ast-explorer", - "version": "0.1.8", + "version": "0.1.9", "license": "MIT", "dependencies": { "react": "^19.1.0" diff --git a/package.json b/package.json index 29c8c1f..e981d56 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.8", + "version": "0.1.9", "publisher": "wmccrthy", "license": "MIT", "icon": "icon.png",