From 0bcc0c321365124f65e1ee06093af34d2c175258 Mon Sep 17 00:00:00 2001 From: luau-ast-explorer-bot Date: Fri, 30 Jan 2026 22:40:07 +0000 Subject: [PATCH 1/2] 0.1.10 --- 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 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", From 8f2656305041a95f76f89cfc1cd0fcf0f4ea02bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 30 Jan 2026 22:40:09 +0000 Subject: [PATCH 2/2] [create-pull-request] automated change --- .changes/61-bug.md | 1 - .changes/63-feat.md | 1 - CHANGELOG.md | 11 +++++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) delete mode 100644 .changes/61-bug.md delete mode 100644 .changes/63-feat.md 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