File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
espresso-server/library/src/main/java/io/appium/espressoserver/lib/helpers Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 6.1.0] ( https://github.com/appium/appium-espresso-driver/compare/v6.0.8...v6.1.0 ) (2025-11-21)
2+
3+ ### Features
4+
5+ * add context for BiDi - log.entryAdded event ([ #1110 ] ( https://github.com/appium/appium-espresso-driver/issues/1110 ) ) ([ 074654b] ( https://github.com/appium/appium-espresso-driver/commit/074654ba142e2a10095117fd7b42fe28d5789046 ) )
6+
17## [ 6.0.8] ( https://github.com/appium/appium-espresso-driver/compare/v6.0.7...v6.0.8 ) (2025-11-21)
28
39### Miscellaneous Chores
Original file line number Diff line number Diff 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.8 "
5+ private const val VERSION = " 6.1.0 "
66
77fun getEspressoServerVersion () = VERSION
Original file line number Diff line number Diff line change 77 " automated testing" ,
88 " android"
99 ],
10- "version" : " 6.0.8 " ,
10+ "version" : " 6.1.0 " ,
1111 "author" : " Appium Contributors" ,
1212 "license" : " Apache-2.0" ,
1313 "repository" : {
You can’t perform that action at this time.
0 commit comments