Skip to content

Commit b4c7f59

Browse files
chore(release): 12.2.2 [skip ci]
## [12.2.2](v12.2.1...v12.2.2) (2026-05-08) ### Bug Fixes * linter ([#1134](#1134)) ([2bd1816](2bd1816))
1 parent 2bd1816 commit b4c7f59

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [12.2.2](https://github.com/appium/WebDriverAgent/compare/v12.2.1...v12.2.2) (2026-05-08)
2+
3+
### Bug Fixes
4+
5+
* linter ([#1134](https://github.com/appium/WebDriverAgent/issues/1134)) ([2bd1816](https://github.com/appium/WebDriverAgent/commit/2bd181628a1d4525a8f1c459ea295ac0541b514c))
6+
17
## [12.2.1](https://github.com/appium/WebDriverAgent/compare/v12.2.0...v12.2.1) (2026-05-06)
28

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

0 commit comments

Comments
 (0)