diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a63bf..1375ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ skill in `.claude/skills/`) turns that section into a versioned heading. ## Unreleased +## 0.11.1 (2026-09-22) + - **Fix: an ungrouped tool reports `group: null` to every reader.** `appduct_describe_tool` dropped the key instead of reporting `null`, so it disagreed with `appduct_list_tools` about the same tool. `ToolDescriptor.group` is diff --git a/packages/appduct/package.json b/packages/appduct/package.json index 2900d8b..59808a2 100644 --- a/packages/appduct/package.json +++ b/packages/appduct/package.json @@ -1,6 +1,6 @@ { "name": "appduct", - "version": "0.11.0", + "version": "0.11.1", "description": "Driving React Native tools without in-app debug UI.", "type": "module", "main": "./dist/index.js", diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 571ec5a..f7e624f 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@appduct/react-native", - "version": "0.11.0", + "version": "0.11.1", "description": "Expo native client for Appduct sessions", "main": "build/index.js", "module": "build/index.js", diff --git a/packages/shared/package.json b/packages/shared/package.json index 9eccce5..55a3339 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@appduct/shared", - "version": "0.11.0", + "version": "0.11.1", "description": "Shared library for Appduct.", "type": "module", "main": "./dist/index.js",