Skip to content

Commit b6ebc19

Browse files
chore(release): 11.0.2 [skip ci]
## [11.0.2](v11.0.1...v11.0.2) (2025-12-25) ### Miscellaneous Chores * **deps:** bump actions/download-artifact from 4 to 7 ([#1100](#1100)) ([6098b67](6098b67)) * **deps:** bump actions/upload-artifact from 4 to 6 ([#1099](#1099)) ([e7b69ec](e7b69ec))
1 parent e7b69ec commit b6ebc19

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [11.0.2](https://github.com/appium/WebDriverAgent/compare/v11.0.1...v11.0.2) (2025-12-25)
2+
3+
### Miscellaneous Chores
4+
5+
* **deps:** bump actions/download-artifact from 4 to 7 ([#1100](https://github.com/appium/WebDriverAgent/issues/1100)) ([6098b67](https://github.com/appium/WebDriverAgent/commit/6098b67796a83448ce0223b70055bff718cb80fe))
6+
* **deps:** bump actions/upload-artifact from 4 to 6 ([#1099](https://github.com/appium/WebDriverAgent/issues/1099)) ([e7b69ec](https://github.com/appium/WebDriverAgent/commit/e7b69ec3518600f44d6ab86f1547e4ccfac5207f))
7+
18
## [11.0.1](https://github.com/appium/WebDriverAgent/compare/v11.0.0...v11.0.1) (2025-12-23)
29

310
### Miscellaneous Chores

WebDriverAgentLib/Info.plist

Lines changed: 2 additions & 2 deletions
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>11.0.1</string>
18+
<string>11.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>11.0.1</string>
22+
<string>11.0.2</string>
2323
<key>NSPrincipalClass</key>
2424
<string/>
2525
</dict>

package.json

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

0 commit comments

Comments
 (0)