diff --git a/CHANGELOG.md b/CHANGELOG.md index 682bf71..26dc2f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.9](https://github.com/shaka-project/webdriver-installer/compare/v1.1.8...v1.1.9) (2023-09-07) + + +### Bug Fixes + +* Revert EdgeDriver 115+ workaround ([#35](https://github.com/shaka-project/webdriver-installer/issues/35)) ([6df9bc2](https://github.com/shaka-project/webdriver-installer/commit/6df9bc2ba996a022361a299d511b99e1ea815b79)) + ## [1.1.8](https://github.com/shaka-project/webdriver-installer/compare/v1.1.7...v1.1.8) (2023-08-18) diff --git a/package-lock.json b/package-lock.json index 7224ea4..637a981 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webdriver-installer", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "webdriver-installer", - "version": "1.1.8", + "version": "1.1.9", "license": "Apache-2.0", "dependencies": { "node-fetch": "^2.6.7", diff --git a/package.json b/package.json index a1a3dbf..fea0c26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webdriver-installer", - "version": "1.1.8", + "version": "1.1.9", "description": "Install the right WebDriver version for your local browsers, automatically.", "main": "main.js", "bin": {