From de70adaba3b9eabdadc276836ed6ef75a96ce1e3 Mon Sep 17 00:00:00 2001 From: luau-ast-explorer-bot Date: Thu, 29 Jan 2026 00:37:36 +0000 Subject: [PATCH 1/3] 0.1.9 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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", From 9ed0d47e786c615a209804b2ac845fae06366ad9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 29 Jan 2026 00:37:39 +0000 Subject: [PATCH 2/3] [create-pull-request] automated change --- .changes/58-bug.md | 1 - CHANGELOG.md | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 .changes/58-bug.md 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..9279317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.1.9] - 2026-01-29 + +### Fixes + +- Align with Lute Latest [#58](https://github.com/wmccrthy/LuauASTExplorer/pull/58) + + ## [0.1.8] - 2025-10-06 ### Fixes From c882eaa02ee1c980e0d53921eeac229989b694b0 Mon Sep 17 00:00:00 2001 From: Wyatt McCarthy <115899870+wmccrthy@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:39:35 -0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9279317..5a400b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Fixes -- Align with Lute Latest [#58](https://github.com/wmccrthy/LuauASTExplorer/pull/58) +- Compatability with Lute latest [#58](https://github.com/wmccrthy/LuauASTExplorer/pull/58) ## [0.1.8] - 2025-10-06