Skip to content

Commit b60e3c3

Browse files
chore(release): 13.1.0 [skip ci]
## [13.1.0](v13.0.0...v13.1.0) (2026-05-21) ### Features * add app icon to WebDriverAgentRunner ([#1138](#1138)) ([fe8adc8](fe8adc8)) * Add helper method to fetch build settings ([#1139](#1139)) ([56b5f38](56b5f38))
1 parent fe8adc8 commit b60e3c3

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [13.1.0](https://github.com/appium/WebDriverAgent/compare/v13.0.0...v13.1.0) (2026-05-21)
2+
3+
### Features
4+
5+
* add app icon to WebDriverAgentRunner ([#1138](https://github.com/appium/WebDriverAgent/issues/1138)) ([fe8adc8](https://github.com/appium/WebDriverAgent/commit/fe8adc89923994428783397170de850e11ebb3c6))
6+
* Add helper method to fetch build settings ([#1139](https://github.com/appium/WebDriverAgent/issues/1139)) ([56b5f38](https://github.com/appium/WebDriverAgent/commit/56b5f384ed9ba1a014d4b642ddf26b8573ceaafe))
7+
18
## [13.0.0](https://github.com/appium/WebDriverAgent/compare/v12.2.2...v13.0.0) (2026-05-17)
29

310
### ⚠ BREAKING CHANGES

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>13.0.0</string>
18+
<string>13.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>13.0.0</string>
22+
<string>13.1.0</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": "13.0.0",
3+
"version": "13.1.0",
44
"description": "Package bundling WebDriverAgent",
55
"main": "./build/lib/index.js",
66
"types": "./build/lib/index.d.ts",

0 commit comments

Comments
 (0)