Skip to content

Commit

Permalink
chore(release): 5.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.12.1](v5.12.0...v5.12.1) (2023-10-28)

### Bug Fixes

* when 0 is given for handleKeyboardInput ([#798](#798)) ([58ebe8e](58ebe8e))
  • Loading branch information
semantic-release-bot committed Oct 28, 2023
1 parent 58ebe8e commit deb3c05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.12.1](https://github.com/appium/WebDriverAgent/compare/v5.12.0...v5.12.1) (2023-10-28)


### Bug Fixes

* when 0 is given for handleKeyboardInput ([#798](https://github.com/appium/WebDriverAgent/issues/798)) ([58ebe8e](https://github.com/appium/WebDriverAgent/commit/58ebe8eb52966963ee30a5c066beb3bf9fed3161))

## [5.12.0](https://github.com/appium/WebDriverAgent/compare/v5.11.7...v5.12.0) (2023-10-26)


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

0 comments on commit deb3c05

Please sign in to comment.