appium-uiautomator2-server 6.0.0 → 6.0.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
+ ## [6.0.2](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.1...v6.0.2) (2024-01-09)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * get AccessibilityNodeInfo via obtain for lower versions ([#595](https://github.com/appium/appium-uiautomator2-server/issues/595)) ([0770985](https://github.com/appium/appium-uiautomator2-server/commit/07709859438d8d95f44fb8073c05a81feae52ef5))
7
+
8
+ ## [6.0.1](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.0...v6.0.1) (2024-01-06)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **deps:** bump com.android.tools.build:gradle in /app ([#594](https://github.com/appium/appium-uiautomator2-server/issues/594)) ([0f4c454](https://github.com/appium/appium-uiautomator2-server/commit/0f4c454d8bc4a8c66c7e8ec2949b156c55eb9d62))
14
+
1
15
  ## [5.15.3](https://github.com/appium/appium-uiautomator2-server/compare/v5.15.2...v5.15.3) (2023-12-31)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-server",
3
- "version": "6.0.0",
3
+ "version": "6.0.2",
4
4
  "description": "A netty server with uiautomator2 handlers",
5
5
  "main": "index.js",
6
6
  "repository": {