Skip to content

Commit 4c224d8

Browse files
chore(release): 4.0.4 [skip ci]
## [4.0.4](v4.0.3...v4.0.4) (2025-02-14) ### Miscellaneous Chores * **deps-dev:** bump @types/node from 20.17.19 to 22.13.4 ([#1048](#1048)) ([3f5fd5e](3f5fd5e)) * **deps-dev:** bump appium-chromedriver from 5.6.78 to 7.0.3 ([#1046](#1046)) ([8c378ab](8c378ab)) * **deps-dev:** bump mocha from 10.8.2 to 11.1.0 ([#1049](#1049)) ([fd55f15](fd55f15)) * **deps-dev:** bump sinon from 17.0.2 to 19.0.2 ([#1050](#1050)) ([c7d29a1](c7d29a1))
1 parent c7d29a1 commit 4c224d8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.0.4](https://github.com/appium/appium-espresso-driver/compare/v4.0.3...v4.0.4) (2025-02-14)
2+
3+
### Miscellaneous Chores
4+
5+
* **deps-dev:** bump @types/node from 20.17.19 to 22.13.4 ([#1048](https://github.com/appium/appium-espresso-driver/issues/1048)) ([3f5fd5e](https://github.com/appium/appium-espresso-driver/commit/3f5fd5ee0953d9c13b5270285bffca8a43865a95))
6+
* **deps-dev:** bump appium-chromedriver from 5.6.78 to 7.0.3 ([#1046](https://github.com/appium/appium-espresso-driver/issues/1046)) ([8c378ab](https://github.com/appium/appium-espresso-driver/commit/8c378ab605222b55d96c240efb147933d606b979))
7+
* **deps-dev:** bump mocha from 10.8.2 to 11.1.0 ([#1049](https://github.com/appium/appium-espresso-driver/issues/1049)) ([fd55f15](https://github.com/appium/appium-espresso-driver/commit/fd55f157026616399660fc654a2e670a82bd7bae))
8+
* **deps-dev:** bump sinon from 17.0.2 to 19.0.2 ([#1050](https://github.com/appium/appium-espresso-driver/issues/1050)) ([c7d29a1](https://github.com/appium/appium-espresso-driver/commit/c7d29a1c53263bdee6bed5a7b104a292587d8aab))
9+
110
## [4.0.3](https://github.com/appium/appium-espresso-driver/compare/v4.0.2...v4.0.3) (2025-02-14)
211

312
### Miscellaneous Chores

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

0 commit comments

Comments
 (0)