Skip to content

Commit 6e82831

Browse files
chore(release): 0.33.0 [skip ci]
## [0.33.0](v0.32.0...v0.33.0) (2026-03-13) ### Features * Publish entities needed for AppleTV pairing ([#152](#152)) ([20ac17b](20ac17b)) ### Bug Fixes * Force pin tinyexec ([#154](#154)) ([d60a7e6](d60a7e6)) ### Miscellaneous Chores * Fix release script ([#153](#153)) ([9466c9c](9466c9c))
1 parent d60a7e6 commit 6e82831

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.33.0](https://github.com/appium/appium-ios-remotexpc/compare/v0.32.0...v0.33.0) (2026-03-13)
2+
3+
### Features
4+
5+
* Publish entities needed for AppleTV pairing ([#152](https://github.com/appium/appium-ios-remotexpc/issues/152)) ([20ac17b](https://github.com/appium/appium-ios-remotexpc/commit/20ac17ba2f1c3fb77313625619bbf406921d86c4))
6+
7+
### Bug Fixes
8+
9+
* Force pin tinyexec ([#154](https://github.com/appium/appium-ios-remotexpc/issues/154)) ([d60a7e6](https://github.com/appium/appium-ios-remotexpc/commit/d60a7e6633a6fa8bd1badbecd04e68cbf3270544))
10+
11+
### Miscellaneous Chores
12+
13+
* Fix release script ([#153](https://github.com/appium/appium-ios-remotexpc/issues/153)) ([9466c9c](https://github.com/appium/appium-ios-remotexpc/commit/9466c9cf507f0e5558e3a1ab45eecfea3d4155f7))
14+
115
## [0.32.0](https://github.com/appium/appium-ios-remotexpc/compare/v0.31.1...v0.32.0) (2026-03-11)
216

317
### 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.32.0",
3+
"version": "0.33.0",
44
"main": "build/src/index.js",
55
"types": "build/src/index.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)