Skip to content

Commit ef6603f

Browse files
chore(release): 6.0.8 [skip ci]
## [6.0.8](v6.0.7...v6.0.8) (2025-11-21) ### Miscellaneous Chores * **deps:** bump actions/checkout from 5 to 6 ([#1109](#1109)) ([82bf71a](82bf71a))
1 parent 82bf71a commit ef6603f

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.0.8](https://github.com/appium/appium-espresso-driver/compare/v6.0.7...v6.0.8) (2025-11-21)
2+
3+
### Miscellaneous Chores
4+
5+
* **deps:** bump actions/checkout from 5 to 6 ([#1109](https://github.com/appium/appium-espresso-driver/issues/1109)) ([82bf71a](https://github.com/appium/appium-espresso-driver/commit/82bf71a2a308a25982d9c8ee44df67c03129cf82))
6+
17
## [6.0.7](https://github.com/appium/appium-espresso-driver/compare/v6.0.6...v6.0.7) (2025-11-19)
28

39
### Miscellaneous Chores

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.0.7"
5+
private const val VERSION = "6.0.8"
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.0.7",
10+
"version": "6.0.8",
1111
"author": "Appium Contributors",
1212
"license": "Apache-2.0",
1313
"repository": {

0 commit comments

Comments
 (0)