appium-uiautomator2-server 5.12.0 → 5.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [5.12.2](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.1...v5.12.2) (2023-07-03)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Improve exception stacktraces on actions parsing ([#522](https://github.com/appium/appium-uiautomator2-server/issues/522)) ([fae33d4](https://github.com/appium/appium-uiautomator2-server/commit/fae33d4fdb310ff8a1013e8aa7d5ad55ef5f37bc))
7
+
8
+ ## [5.12.1](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.0...v5.12.1) (2023-06-29)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Ignore start coordinates for the very first move action ([#518](https://github.com/appium/appium-uiautomator2-server/issues/518)) ([8b505f2](https://github.com/appium/appium-uiautomator2-server/commit/8b505f2640979dfd342875321fdb5507123e0c8b))
14
+
1
15
  ## [5.12.0](https://github.com/appium/appium-uiautomator2-server/compare/v5.11.1...v5.12.0) (2023-06-20)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-server",
3
- "version": "5.12.0",
3
+ "version": "5.12.2",
4
4
  "description": "A netty server with uiautomator2 handlers",
5
5
  "main": "index.js",
6
6
  "repository": {