Skip to content

Commit 2aa2a28

Browse files
chore(release): 5.12.2 [skip ci]
## [5.12.2](v5.12.1...v5.12.2) (2023-10-29) ### Miscellaneous Chores * return operation error in `handleKeyboardInput` ([#799](#799)) ([247ace6](247ace6))
1 parent 247ace6 commit 2aa2a28

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.12.2](https://github.com/appium/WebDriverAgent/compare/v5.12.1...v5.12.2) (2023-10-29)
2+
3+
4+
### Miscellaneous Chores
5+
6+
* return operation error in `handleKeyboardInput` ([#799](https://github.com/appium/WebDriverAgent/issues/799)) ([247ace6](https://github.com/appium/WebDriverAgent/commit/247ace68f373c09054fabc3be088061089946806))
7+
18
## [5.12.1](https://github.com/appium/WebDriverAgent/compare/v5.12.0...v5.12.1) (2023-10-28)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-webdriveragent",
3-
"version": "5.12.1",
3+
"version": "5.12.2",
44
"description": "Package bundling WebDriverAgent",
55
"main": "./build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)