diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f3099..4dc2a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ section into a versioned heading. ## Unreleased +## 0.12.0 (2026-09-24) + - **Breaking: `appduct events`, `appduct_events` and `appduct_wait_for_event` show only the events your app posts.** Device connections and tool calls no longer appear and `kinds` is rejected; to wait for a device, use `appduct ls --json` or `appduct_wait_for_session`. diff --git a/packages/appduct/package.json b/packages/appduct/package.json index 59808a2..20dfad1 100644 --- a/packages/appduct/package.json +++ b/packages/appduct/package.json @@ -1,6 +1,6 @@ { "name": "appduct", - "version": "0.11.1", + "version": "0.12.0", "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 f7e624f..80e1cdd 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@appduct/react-native", - "version": "0.11.1", + "version": "0.12.0", "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 55a3339..6d9800d 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@appduct/shared", - "version": "0.11.1", + "version": "0.12.0", "description": "Shared library for Appduct.", "type": "module", "main": "./dist/index.js",