appium-remote-debugger 9.1.7 → 9.1.9
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 +9 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [9.1.9](https://github.com/appium/appium-remote-debugger/compare/v9.1.8...v9.1.9) (2022-12-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* update releaserc ([#278](https://github.com/appium/appium-remote-debugger/issues/278)) ([f8e406b](https://github.com/appium/appium-remote-debugger/commit/f8e406bcfe6683d921952dd6153512c6e6b5afbd))
|
|
7
|
+
|
|
8
|
+
## [9.1.8](https://github.com/appium/appium-remote-debugger/compare/v9.1.7...v9.1.8) (2022-11-29)
|
|
9
|
+
|
|
1
10
|
## [9.1.7](https://github.com/appium/appium-remote-debugger/compare/v9.1.6...v9.1.7) (2022-11-28)
|
|
2
11
|
|
|
3
12
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"keywords": [
|
|
5
5
|
"appium"
|
|
6
6
|
],
|
|
7
|
-
"version": "9.1.
|
|
7
|
+
"version": "9.1.9",
|
|
8
8
|
"author": "Appium Contributors",
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"repository": {
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"appium-ios-simulator": "^4.0.0",
|
|
90
90
|
"chai": "^4.1.2",
|
|
91
91
|
"chai-as-promised": "^7.1.1",
|
|
92
|
+
"conventional-changelog-conventionalcommits": "^5.0.0",
|
|
92
93
|
"eslint": "^7.32.0",
|
|
93
94
|
"eslint-config-prettier": "^8.5.0",
|
|
94
95
|
"finalhandler": "^1.1.2",
|
|
@@ -104,6 +105,6 @@
|
|
|
104
105
|
"prettier": "^2.7.1",
|
|
105
106
|
"serve-static": "^1.14.1",
|
|
106
107
|
"semantic-release": "^19.0.2",
|
|
107
|
-
"sinon": "^
|
|
108
|
+
"sinon": "^15.0.0"
|
|
108
109
|
}
|
|
109
110
|
}
|