Skip to content

Commit 5905c9c

Browse files
chore(release): 4.0.1 [skip ci]
## [4.0.1](v4.0.0...v4.0.1) (2025-02-14) ### Miscellaneous Chores * add Versions.kt to commit in a release script ([e45d3a9](e45d3a9))
1 parent e45d3a9 commit 5905c9c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.0.1](https://github.com/appium/appium-espresso-driver/compare/v4.0.0...v4.0.1) (2025-02-14)
2+
3+
### Miscellaneous Chores
4+
5+
* add Versions.kt to commit in a release script ([e45d3a9](https://github.com/appium/appium-espresso-driver/commit/e45d3a9ec78018384701c35f652ec31a2b28056f))
6+
17
## [4.0.0](https://github.com/appium/appium-espresso-driver/compare/v3.6.0...v4.0.0) (2025-02-01)
28

39
### ⚠ BREAKING CHANGES

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

+1-1
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 = "3.1.0"
5+
private const val VERSION = "4.0.1"
66

77
fun getEspressoServerVersion() = VERSION

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"automated testing",
88
"android"
99
],
10-
"version": "4.0.0",
10+
"version": "4.0.1",
1111
"author": "Appium Contributors",
1212
"license": "Apache-2.0",
1313
"repository": {

0 commit comments

Comments
 (0)