We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ef283 commit 0e69df4Copy full SHA for 0e69df4
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [8.1.0](https://github.com/appium/appium-chromedriver/compare/v8.0.31...v8.1.0) (2025-12-22)
2
+
3
+### Features
4
5
+* Migrate storage client modules to typescript ([#532](https://github.com/appium/appium-chromedriver/issues/532)) ([55ef283](https://github.com/appium/appium-chromedriver/commit/55ef2833bc71dda67608eb106783645c4f89922e))
6
7
## [8.0.31](https://github.com/appium/appium-chromedriver/compare/v8.0.30...v8.0.31) (2025-12-21)
8
9
### Miscellaneous Chores
package.json
@@ -6,7 +6,7 @@
"chrome",
"android"
],
- "version": "8.0.31",
+ "version": "8.1.0",
10
"author": "Appium Contributors",
11
"license": "Apache-2.0",
12
"repository": {
0 commit comments