We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b64908 commit 23e0946Copy full SHA for 23e0946
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.11.0](https://github.com/appium/appium-ios-remotexpc/compare/v0.10.2...v0.11.0) (2025-11-05)
2
+
3
+### Features
4
5
+* implement misagent ([#88](https://github.com/appium/appium-ios-remotexpc/issues/88)) ([6b64908](https://github.com/appium/appium-ios-remotexpc/commit/6b64908b2d37759e2d6a4b9f619823293022ef4a))
6
7
## [0.10.2](https://github.com/appium/appium-ios-remotexpc/compare/v0.10.1...v0.10.2) (2025-11-03)
8
9
### Miscellaneous Chores
package.json
@@ -1,6 +1,6 @@
{
"name": "appium-ios-remotexpc",
- "version": "0.10.2",
+ "version": "0.11.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"type": "module",
0 commit comments