Skip to content

Commit d227430

Browse files
chore(release): 4.0.5 [skip ci]
## [4.0.5](v4.0.4...v4.0.5) (2025-02-21) ### Bug Fixes * Accept reqBasePath proxy option ([#1051](#1051)) ([3f7bf30](3f7bf30))
1 parent 3f7bf30 commit d227430

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.5](https://github.com/appium/appium-espresso-driver/compare/v4.0.4...v4.0.5) (2025-02-21)
2+
3+
### Bug Fixes
4+
5+
* Accept reqBasePath proxy option ([#1051](https://github.com/appium/appium-espresso-driver/issues/1051)) ([3f7bf30](https://github.com/appium/appium-espresso-driver/commit/3f7bf3088c73308e37cff081775447b4cc0dc698))
6+
17
## [4.0.4](https://github.com/appium/appium-espresso-driver/compare/v4.0.3...v4.0.4) (2025-02-14)
28

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

0 commit comments

Comments
 (0)