diff --git a/CHANGELOG.md b/CHANGELOG.md index 8182f21..682bf71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.8](https://github.com/shaka-project/webdriver-installer/compare/v1.1.7...v1.1.8) (2023-08-18) + + +### Bug Fixes + +* Get the correct binary for Firefox on M1 macs ([#31](https://github.com/shaka-project/webdriver-installer/issues/31)) ([f0e5a7c](https://github.com/shaka-project/webdriver-installer/commit/f0e5a7cc8d7ccc8f367bcf9386c383645e16eb3d)) +* Work around failure to launch Edge on Linux ([#32](https://github.com/shaka-project/webdriver-installer/issues/32)) ([ce45a24](https://github.com/shaka-project/webdriver-installer/commit/ce45a243e2d4e63ef32992607a1228d2b079d960)) + ## [1.1.7](https://github.com/shaka-project/webdriver-installer/compare/v1.1.6...v1.1.7) (2023-08-17) diff --git a/package-lock.json b/package-lock.json index 22aa7b0..7224ea4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webdriver-installer", - "version": "1.1.7", + "version": "1.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "webdriver-installer", - "version": "1.1.7", + "version": "1.1.8", "license": "Apache-2.0", "dependencies": { "node-fetch": "^2.6.7", diff --git a/package.json b/package.json index 86cf536..a1a3dbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webdriver-installer", - "version": "1.1.7", + "version": "1.1.8", "description": "Install the right WebDriver version for your local browsers, automatically.", "main": "main.js", "bin": {