diff --git a/.changes/72-bug.md b/.changes/72-bug.md deleted file mode 100644 index 276885b..0000000 --- a/.changes/72-bug.md +++ /dev/null @@ -1 +0,0 @@ -Align w/ latest lute diff --git a/CHANGELOG.md b/CHANGELOG.md index 07637c2..d00f135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.1.13] - 2026-06-16 + +### Fixes + +- Align w/ latest lute [#72](https://github.com/wmccrthy/LuauASTExplorer/pull/72) + + ## [0.1.12] - 2026-03-15 ### Features diff --git a/package-lock.json b/package-lock.json index 3a7af37..fdf59a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "luau-ast-explorer", - "version": "0.1.12", + "version": "0.1.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "luau-ast-explorer", - "version": "0.1.12", + "version": "0.1.13", "license": "MIT", "dependencies": { "react": "^19.1.0" diff --git a/package.json b/package.json index fdb577e..a2d7d39 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.12", + "version": "0.1.13", "publisher": "wmccrthy", "license": "MIT", "icon": "icon.png",