appium-uiautomator2-server 5.12.18 → 5.13.0

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,10 @@
1
+ ## [5.13.0](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.18...v5.13.0) (2023-12-26)
2
+
3
+
4
+ ### Features
5
+
6
+ * bump targetSdkVersion from 30 to 31, and to 32 ([#582](https://github.com/appium/appium-uiautomator2-server/issues/582)) ([1b0563a](https://github.com/appium/appium-uiautomator2-server/commit/1b0563a1d72a442602083c3121bac8fca4ca1fd8))
7
+
1
8
  ## [5.12.18](https://github.com/appium/appium-uiautomator2-server/compare/v5.12.17...v5.12.18) (2023-12-23)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-server",
3
- "version": "5.12.18",
3
+ "version": "5.13.0",
4
4
  "description": "A netty server with uiautomator2 handlers",
5
5
  "main": "index.js",
6
6
  "repository": {