diff --git a/CHANGELOG.md b/CHANGELOG.md index 004f4e8..3c96ff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.5.0...v1.6.0) (2022-03-23) + + +### Features + +* Customize WebDriver config in custom launcher ([#35](https://github.com/shaka-project/karma-local-wd-launcher/issues/35)) ([c8fe569](https://github.com/shaka-project/karma-local-wd-launcher/commit/c8fe5696c87b8166c802945c3f2dec6ee67b5cee)) + ## [1.5.0](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.4.3...v1.5.0) (2022-03-10) diff --git a/package-lock.json b/package-lock.json index d5bd125..3e39885 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-local-wd-launcher", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "karma-local-wd-launcher", - "version": "1.5.0", + "version": "1.6.0", "license": "Apache-2.0", "dependencies": { "wd": "^1.14.0", diff --git a/package.json b/package.json index 4095fad..5ad5784 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karma-local-wd-launcher", - "version": "1.5.0", + "version": "1.6.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": {