From 7490a549a6494257f77e56a79404f7b7cb3ac356 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 19:46:13 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26dc2f5..cdf1fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [1.2.0](https://github.com/joeyparrish/webdriver-installer/compare/v1.1.9...v1.2.0) (2024-11-06) + + +### Features + +* Add MS Edge support on Linux and Mac ([59505f4](https://github.com/joeyparrish/webdriver-installer/commit/59505f49b94030c63377d72e2b4639093915ab3d)) +* Make logging optional, export main ([1d7bb17](https://github.com/joeyparrish/webdriver-installer/commit/1d7bb1755725a50b9c5a423c55402f6a84503919)) + + +### Bug Fixes + +* Choose platform-specific msedgedriver version ([#8](https://github.com/joeyparrish/webdriver-installer/issues/8)) ([2e0e859](https://github.com/joeyparrish/webdriver-installer/commit/2e0e8598f878c0c3fcd8ed55d4e830da398a891b)) +* Fix Chromedriver download for version 115+ ([#28](https://github.com/joeyparrish/webdriver-installer/issues/28)) ([1d17e40](https://github.com/joeyparrish/webdriver-installer/commit/1d17e40c70be980067f4972d538ddb55db88c759)) +* Fix CLI installation ([2f6b649](https://github.com/joeyparrish/webdriver-installer/commit/2f6b649033312f778795b1372abfc0a175d70e61)) +* Fix execution in node v12 ([9b06017](https://github.com/joeyparrish/webdriver-installer/commit/9b06017b7c83ebfea1e600d7f667b2810ab05b5f)) +* Fix failure to query registry for Firefox ([ce12f34](https://github.com/joeyparrish/webdriver-installer/commit/ce12f347f96406cc1f0a219c4c44cd2a9b827254)) +* Fix GitHub API rate limit issues getting geckodriver release ([074beb7](https://github.com/joeyparrish/webdriver-installer/commit/074beb79adf7d9807ab57b67c9edd26d9451270e)) +* Fix msedgedriver version detection ([#20](https://github.com/joeyparrish/webdriver-installer/issues/20)) ([3838b88](https://github.com/joeyparrish/webdriver-installer/commit/3838b889772e2a0ce7167e9220969b25714f0d03)) +* Fix unlinking existing binaries ([#12](https://github.com/joeyparrish/webdriver-installer/issues/12)) ([8a43765](https://github.com/joeyparrish/webdriver-installer/commit/8a43765b54fbbf164762f7a8edf52520b4d08059)) +* Get the correct binary for Edge on M1 macs ([#30](https://github.com/joeyparrish/webdriver-installer/issues/30)) ([b5303ea](https://github.com/joeyparrish/webdriver-installer/commit/b5303ea26653cee24a122208a1e7088021a77ebe)) +* Get the correct binary for Firefox on M1 macs ([#31](https://github.com/joeyparrish/webdriver-installer/issues/31)) ([f0e5a7c](https://github.com/joeyparrish/webdriver-installer/commit/f0e5a7cc8d7ccc8f367bcf9386c383645e16eb3d)) +* Ignore errors executing non-executable drivers ([#23](https://github.com/joeyparrish/webdriver-installer/issues/23)) ([07c8644](https://github.com/joeyparrish/webdriver-installer/commit/07c864446e68e6f8714c3d1a899b42b2d0931aae)), closes [#22](https://github.com/joeyparrish/webdriver-installer/issues/22) +* Improved error logging for CLI ([b588638](https://github.com/joeyparrish/webdriver-installer/commit/b588638774526d621983e0b497aa85ab217fcc46)) +* Make Windows browser version queries more robust ([85f3b27](https://github.com/joeyparrish/webdriver-installer/commit/85f3b2796e06e1a0f2171b46beef73f6a0407ecb)) +* Retry when WebDriver updates are not available yet ([#24](https://github.com/joeyparrish/webdriver-installer/issues/24)) ([e0312c8](https://github.com/joeyparrish/webdriver-installer/commit/e0312c89eab70bbb7241298846dff93e4a690753)) +* Revert EdgeDriver 115+ workaround ([#35](https://github.com/joeyparrish/webdriver-installer/issues/35)) ([6df9bc2](https://github.com/joeyparrish/webdriver-installer/commit/6df9bc2ba996a022361a299d511b99e1ea815b79)) +* Work around failure to launch Edge on Linux ([#32](https://github.com/joeyparrish/webdriver-installer/issues/32)) ([ce45a24](https://github.com/joeyparrish/webdriver-installer/commit/ce45a243e2d4e63ef32992607a1228d2b079d960)) + ## [1.1.9](https://github.com/shaka-project/webdriver-installer/compare/v1.1.8...v1.1.9) (2023-09-07) diff --git a/package-lock.json b/package-lock.json index 637a981..4a5b149 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webdriver-installer", - "version": "1.1.9", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "webdriver-installer", - "version": "1.1.9", + "version": "1.2.0", "license": "Apache-2.0", "dependencies": { "node-fetch": "^2.6.7", diff --git a/package.json b/package.json index fea0c26..36fbecc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webdriver-installer", - "version": "1.1.9", + "version": "1.2.0", "description": "Install the right WebDriver version for your local browsers, automatically.", "main": "main.js", "bin": {