appium-chromedriver 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 +12 -0
- package/config/mapping.json +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [6.0.2](https://github.com/appium/appium-chromedriver/compare/v6.0.1...v6.0.2) (2024-09-18)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* ChromeDriver Bump to v129.0.6668.58 ([#431](https://github.com/appium/appium-chromedriver/issues/431)) ([7db99a8](https://github.com/appium/appium-chromedriver/commit/7db99a8143ddd902fad99925d5c906b11513aaf3))
|
|
6
|
+
|
|
7
|
+
## [6.0.1](https://github.com/appium/appium-chromedriver/compare/v6.0.0...v6.0.1) (2024-09-16)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* Import proper eslint config ([#409](https://github.com/appium/appium-chromedriver/issues/409)) ([044a5ac](https://github.com/appium/appium-chromedriver/commit/044a5ac5132e6f8506d2846d67106ad1c14bf44b))
|
|
12
|
+
|
|
1
13
|
## [6.0.0](https://github.com/appium/appium-chromedriver/compare/v5.6.78...v6.0.0) (2024-09-16)
|
|
2
14
|
|
|
3
15
|
### ⚠ BREAKING CHANGES
|
package/config/mapping.json
CHANGED
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"chrome",
|
|
7
7
|
"android"
|
|
8
8
|
],
|
|
9
|
-
"version": "6.0.
|
|
9
|
+
"version": "6.0.2",
|
|
10
10
|
"author": "Appium Contributors",
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"repository": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"e2e-test": "mocha --exit --timeout 10m \"./test/functional/**/*-specs.js\""
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@appium/eslint-config-appium": "^
|
|
70
|
+
"@appium/eslint-config-appium-ts": "^0.x",
|
|
71
71
|
"@appium/test-support": "^3.0.0",
|
|
72
72
|
"@appium/tsconfig": "^0.x",
|
|
73
73
|
"@semantic-release/changelog": "^6.0.1",
|