Skip to content

Commit

Permalink
chore(release): 9.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [9.0.1](v9.0.0...v9.0.1) (2025-01-17)

### Miscellaneous Chores

* Optimize stable instance retrieval ([#973](#973)) ([f2c752d](f2c752d))
  • Loading branch information
semantic-release-bot committed Jan 17, 2025
1 parent f2c752d commit c296efa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [9.0.1](/~https://github.com/appium/WebDriverAgent/compare/v9.0.0...v9.0.1) (2025-01-17)

### Miscellaneous Chores

* Optimize stable instance retrieval ([#973](/~https://github.com/appium/WebDriverAgent/issues/973)) ([f2c752d](/~https://github.com/appium/WebDriverAgent/commit/f2c752db4707b3864efb62b95b64abb487d28e4b))

## [9.0.0](/~https://github.com/appium/WebDriverAgent/compare/v8.12.2...v9.0.0) (2025-01-16)

### ⚠ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions WebDriverAgentLib/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>9.0.0</string>
<string>9.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9.0.0</string>
<string>9.0.1</string>
<key>NSPrincipalClass</key>
<string/>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appium-webdriveragent",
"version": "9.0.0",
"version": "9.0.1",
"description": "Package bundling WebDriverAgent",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit c296efa

Please sign in to comment.