appium-remote-debugger 10.1.0 → 10.1.1

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
+ ## [10.1.1](https://github.com/appium/appium-remote-debugger/compare/v10.1.0...v10.1.1) (2023-09-14)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Update tests ([f9c2822](https://github.com/appium/appium-remote-debugger/commit/f9c2822afaff6265d1051629f3afe3553bda30e9))
7
+
1
8
  ## [10.1.0](https://github.com/appium/appium-remote-debugger/compare/v10.0.3...v10.1.0) (2023-08-30)
2
9
 
3
10
 
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # appium-remote-debugger
2
2
 
3
- [![Build Status](https://dev.azure.com/AppiumCI/Appium%20CI/_apis/build/status/appium.appium-remote-debugger?branchName=master)](https://dev.azure.com/AppiumCI/Appium%20CI/_build/latest?definitionId=63&branchName=master)
4
-
5
3
  [![Release](https://github.com/appium/appium-remote-debugger/actions/workflows/publish.js.yml/badge.svg?branch=master)](https://github.com/appium/appium-remote-debugger/actions/workflows/publish.js.yml)
6
4
 
7
5
  A Node.js frontend for the Remote Debugger protocol used by Appium to connect to iOS webviews and Safari. Written using ES6+.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "appium"
6
6
  ],
7
- "version": "10.1.0",
7
+ "version": "10.1.1",
8
8
  "author": "Appium Contributors",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {