diff --git a/CHANGELOG.md b/CHANGELOG.md index a71a8ae..620b949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.9...v1.7.0) (2025-02-26) + + +### Features + +* Force to enable Widevine on Firefox ([#88](https://github.com/shaka-project/karma-local-wd-launcher/issues/88)) ([f23b545](https://github.com/shaka-project/karma-local-wd-launcher/commit/f23b54596fcac183d63fa526ee6e264fbfc53437)) + ## [1.6.9](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.8...v1.6.9) (2025-02-20) diff --git a/package-lock.json b/package-lock.json index d2ceb5a..d5690bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.9", + "version": "1.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.6.9", + "version": "1.7.0", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index 6509978..896e564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.6.9", + "version": "1.7.0", "description": "Karma Local WebDriver Launcher - Launches local web browsers using WebDriver, to enable screenshots and other advanced tests to be executed in-browser.", "main": "index.js", "repository": {