Skip to content

Commit d89424b

Browse files
chore(release): 8.3.1 [skip ci]
## [8.3.1](v8.3.0...v8.3.1) (2024-03-31) ### Miscellaneous Chores * do not cleanup with this.usePrebuiltWDA ([#882](#882)) ([0436e95](0436e95))
1 parent 0436e95 commit d89424b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [8.3.1](https://github.com/appium/WebDriverAgent/compare/v8.3.0...v8.3.1) (2024-03-31)
2+
3+
4+
### Miscellaneous Chores
5+
6+
* do not cleanup with this.usePrebuiltWDA ([#882](https://github.com/appium/WebDriverAgent/issues/882)) ([0436e95](https://github.com/appium/WebDriverAgent/commit/0436e95752826bee7786577ac1bc0d056af11bc8))
7+
18
## [8.3.0](https://github.com/appium/WebDriverAgent/compare/v8.2.1...v8.3.0) (2024-03-29)
29

310

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.3.0</string>
18+
<string>8.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>8.3.0</string>
22+
<string>8.3.1</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.3.0",
3+
"version": "8.3.1",
44
"description": "Package bundling WebDriverAgent",
55
"main": "./build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)