Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/appduct/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading