appium-uiautomator2-server 6.0.6 → 6.0.8

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.8](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.7...v6.0.8) (2024-02-08)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **deps:** bump org.json:json from 20231013 to 20240205 in /app ([#610](https://github.com/appium/appium-uiautomator2-server/issues/610)) ([4755a29](https://github.com/appium/appium-uiautomator2-server/commit/4755a29eb9b686d87458bbb83a1613fe5596f0e6))
7
+
8
+ ## [6.0.7](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.6...v6.0.7) (2024-01-30)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Recycling of screenshot bitmaps ([#609](https://github.com/appium/appium-uiautomator2-server/issues/609)) ([2859d56](https://github.com/appium/appium-uiautomator2-server/commit/2859d561564f0606dfccf37b2b394af6c00a65b4))
14
+
1
15
  ## [6.0.6](https://github.com/appium/appium-uiautomator2-server/compare/v6.0.5...v6.0.6) (2024-01-26)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-server",
3
- "version": "6.0.6",
3
+ "version": "6.0.8",
4
4
  "description": "A netty server with uiautomator2 handlers",
5
5
  "main": "index.js",
6
6
  "repository": {