Skip to content

Commit 43a9c65

Browse files
committedJan 16, 2025
chore(release): 9.0.0 [skip ci]
## [9.0.0](v8.12.2...v9.0.0) (2025-01-16) ### ⚠ BREAKING CHANGES * snapshotTimeout and customSnapshotTimeout settings have been removed as a result of the custom snapshotting logic removal ### Features * Refactor snapshotting mechanism ([#970](#970)) ([08f1306](08f1306))
1 parent 08f1306 commit 43a9c65

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [9.0.0](https://github.com/appium/WebDriverAgent/compare/v8.12.2...v9.0.0) (2025-01-16)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* snapshotTimeout and customSnapshotTimeout settings have been removed as a result of the custom snapshotting logic removal
6+
7+
### Features
8+
9+
* Refactor snapshotting mechanism ([#970](https://github.com/appium/WebDriverAgent/issues/970)) ([08f1306](https://github.com/appium/WebDriverAgent/commit/08f13060119c710f53b34a98c95683287c0365a0))
10+
111
## [8.12.2](https://github.com/appium/WebDriverAgent/compare/v8.12.1...v8.12.2) (2025-01-13)
212

313
### Miscellaneous Chores

‎WebDriverAgentLib/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>8.12.2</string>
18+
<string>9.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>8.12.2</string>
22+
<string>9.0.0</string>
2323
<key>NSPrincipalClass</key>
2424
<string/>
2525
</dict>

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-webdriveragent",
3-
"version": "8.12.2",
3+
"version": "9.0.0",
44
"description": "Package bundling WebDriverAgent",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

0 commit comments

Comments
 (0)