Skip to content

Commit

Permalink
chore(release): 5.15.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.15.1](v5.15.0...v5.15.1) (2023-11-16)

### Bug Fixes

* Content-Type of the MJPEG server ([b4704da](b4704da))

### Code Refactoring

* Optimize screenshots preprocessing ([#812](#812)) ([0b41757](0b41757))
  • Loading branch information
semantic-release-bot committed Nov 16, 2023
1 parent b4704da commit d0dbbb8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [5.15.1](https://github.com/appium/WebDriverAgent/compare/v5.15.0...v5.15.1) (2023-11-16)


### Bug Fixes

* Content-Type of the MJPEG server ([b4704da](https://github.com/appium/WebDriverAgent/commit/b4704dafc4567e1f0dc8675facfc48a195aae4bf))


### Code Refactoring

* Optimize screenshots preprocessing ([#812](https://github.com/appium/WebDriverAgent/issues/812)) ([0b41757](https://github.com/appium/WebDriverAgent/commit/0b41757c0d21004afab32860b4e510d4bc426018))

## [5.15.0](https://github.com/appium/WebDriverAgent/compare/v5.14.0...v5.15.0) (2023-11-16)


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": "5.15.0",
"version": "5.15.1",
"description": "Package bundling WebDriverAgent",
"main": "./build/index.js",
"scripts": {
Expand Down

0 comments on commit d0dbbb8

Please sign in to comment.