Skip to content

Commit 8dc80b3

Browse files
chore(release): 9.6.0 [skip ci]
## [9.6.0](v9.5.4...v9.6.0) (2025-02-20) ### Features * add ability to customize stream parameters ([#1556](#1556)) ([5d2780a](5d2780a)) ### Bug Fixes * ts build errors ([#1557](#1557)) ([93747bc](93747bc))
1 parent 93747bc commit 8dc80b3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [9.6.0](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.5.4...v9.6.0) (2025-02-20)
2+
3+
### Features
4+
5+
* add ability to customize stream parameters ([#1556](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1556)) ([5d2780a](https://github.com/AppiumTestDistribution/appium-device-farm/commit/5d2780a067a3ad348b076fdba68959ee50d2ae45))
6+
7+
### Bug Fixes
8+
9+
* ts build errors ([#1557](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1557)) ([93747bc](https://github.com/AppiumTestDistribution/appium-device-farm/commit/93747bc91bbf0e2992dba5c8217200c88280c834))
10+
111
## [9.5.4](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.5.3...v9.5.4) (2025-02-18)
212

313
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-device-farm",
3-
"version": "9.5.4",
3+
"version": "9.6.0",
44
"description": "An appium 2.0 plugin that manages and create driver session on available devices.",
55
"main": "./lib/src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)