Skip to content

Commit 0c18767

Browse files
chore(release): 9.9.1 [skip ci]
## [9.9.1](v9.9.0...v9.9.1) (2026-01-06) ### Miscellaneous Chores * **deps:** bump io.netty:netty-codec-http ([#748](#748)) ([9c7d705](9c7d705))
1 parent 9c7d705 commit 0c18767

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [9.9.1](https://github.com/appium/appium-uiautomator2-server/compare/v9.9.0...v9.9.1) (2026-01-06)
2+
3+
### Miscellaneous Chores
4+
5+
* **deps:** bump io.netty:netty-codec-http ([#748](https://github.com/appium/appium-uiautomator2-server/issues/748)) ([9c7d705](https://github.com/appium/appium-uiautomator2-server/commit/9c7d7054107b6deae122f349e5dcf430cc62de51))
6+
17
## [9.9.0](https://github.com/appium/appium-uiautomator2-server/compare/v9.8.0...v9.9.0) (2025-12-03)
28

39
### Features

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ android.nonFinalResIds=false
2323
org.gradle.java.installations.auto-detect=true
2424
org.gradle.java.installations.auto-download=false
2525
#kotlin.gradle.plugin.source.attachment=true
26-
versionName=9.9.0
27-
versionCode=244
26+
versionName=9.9.1
27+
versionCode=245

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-uiautomator2-server",
3-
"version": "9.9.0",
3+
"version": "9.9.1",
44
"description": "A netty server with uiautomator2 handlers",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)