Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.0](v4.0.5...v4.1.0) (2025-02-27)

### Features

* add more params in mobile: setGeolocation ([#1052](#1052)) ([7c9a1a1](7c9a1a1))
  • Loading branch information
semantic-release-bot committed Feb 27, 2025
1 parent 7c9a1a1 commit b51ba75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.1.0](https://github.com/appium/appium-espresso-driver/compare/v4.0.5...v4.1.0) (2025-02-27)

### Features

* add more params in mobile: setGeolocation ([#1052](https://github.com/appium/appium-espresso-driver/issues/1052)) ([7c9a1a1](https://github.com/appium/appium-espresso-driver/commit/7c9a1a17bc5c63ff1c30b9e5f08d2d30b7d7a374))

## [4.0.5](https://github.com/appium/appium-espresso-driver/compare/v4.0.4...v4.0.5) (2025-02-21)

### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package io.appium.espressoserver.lib.helpers

// This value is updated automatically by the NPM versioning script
// It should be in sync with the NPM module version from package.json
private const val VERSION = "4.0.5"
private const val VERSION = "4.1.0"

fun getEspressoServerVersion() = VERSION
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"automated testing",
"android"
],
"version": "4.0.5",
"version": "4.1.0",
"author": "Appium Contributors",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit b51ba75

Please sign in to comment.