Skip to content

Commit a23c31f

Browse files
chore(release): 0.30.1 [skip ci]
## [0.30.1](v0.30.0...v0.30.1) (2026-03-06) ### Miscellaneous Chores * **web-inspector:** fix race condition for multiple connections ([#149](#149)) ([9d995fc](9d995fc))
1 parent 9d995fc commit a23c31f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.30.1](https://github.com/appium/appium-ios-remotexpc/compare/v0.30.0...v0.30.1) (2026-03-06)
2+
3+
### Miscellaneous Chores
4+
5+
* **web-inspector:** fix race condition for multiple connections ([#149](https://github.com/appium/appium-ios-remotexpc/issues/149)) ([9d995fc](https://github.com/appium/appium-ios-remotexpc/commit/9d995fcb35d1307e2564550bd9c0dcc7def4f20c))
6+
17
## [0.30.0](https://github.com/appium/appium-ios-remotexpc/compare/v0.29.1...v0.30.0) (2026-02-16)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-ios-remotexpc",
3-
"version": "0.30.0",
3+
"version": "0.30.1",
44
"main": "build/src/index.js",
55
"types": "build/src/index.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)