Skip to content

Commit 5f8280e

Browse files
chore(release): 15.1.6 [skip ci]
## [15.1.6](v15.1.5...v15.1.6) (2026-07-12) ### Bug Fixes * use double instead of CGFloat for mjpegScalingFactor public API ([#1168](#1168)) ([33dbaa4](33dbaa4))
1 parent 33dbaa4 commit 5f8280e

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+
## [15.1.6](https://github.com/appium/WebDriverAgent/compare/v15.1.5...v15.1.6) (2026-07-12)
2+
3+
### Bug Fixes
4+
5+
* use double instead of CGFloat for mjpegScalingFactor public API ([#1168](https://github.com/appium/WebDriverAgent/issues/1168)) ([33dbaa4](https://github.com/appium/WebDriverAgent/commit/33dbaa4f56337bccc44ce7b0e796366d04df3630))
6+
17
## [15.1.5](https://github.com/appium/WebDriverAgent/compare/v15.1.4...v15.1.5) (2026-07-12)
28

39
### Bug Fixes

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

0 commit comments

Comments
 (0)