Skip to content

Commit 51eae2c

Browse files
chore(release): 6.2.1 [skip ci]
## [6.2.1](v6.2.0...v6.2.1) (2025-12-11) ### Miscellaneous Chores * **deps-dev:** bump @types/node from 24.10.3 to 25.0.0 ([#1115](#1115)) ([fb4f355](fb4f355))
1 parent fb4f355 commit 51eae2c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [6.2.1](https://github.com/appium/appium-espresso-driver/compare/v6.2.0...v6.2.1) (2025-12-11)
2+
3+
### Miscellaneous Chores
4+
5+
* **deps-dev:** bump @types/node from 24.10.3 to 25.0.0 ([#1115](https://github.com/appium/appium-espresso-driver/issues/1115)) ([fb4f355](https://github.com/appium/appium-espresso-driver/commit/fb4f35519fb516b29a92780117c28f95818bc2e9))
6+
17
## [6.2.0](https://github.com/appium/appium-espresso-driver/compare/v6.1.0...v6.2.0) (2025-12-09)
28

39
### Features

espresso-server/library/src/main/java/io/appium/espressoserver/lib/helpers/Version.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ package io.appium.espressoserver.lib.helpers
22

33
// This value is updated automatically by the NPM versioning script
44
// It should be in sync with the NPM module version from package.json
5-
private const val VERSION = "6.2.0"
5+
private const val VERSION = "6.2.1"
66

77
fun getEspressoServerVersion() = VERSION

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"automated testing",
88
"android"
99
],
10-
"version": "6.2.0",
10+
"version": "6.2.1",
1111
"author": "Appium Contributors",
1212
"license": "Apache-2.0",
1313
"repository": {

0 commit comments

Comments
 (0)