Skip to content

Commit 047c50f

Browse files
chore(main): release 1.6.1 (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 27b3a4b commit 047c50f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### [1.6.1](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.0...v1.6.1) (2022-04-21)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix hung launcher on shutdown of Safari ([#38](https://github.com/shaka-project/karma-local-wd-launcher/issues/38)) ([adc7898](https://github.com/shaka-project/karma-local-wd-launcher/commit/adc7898f50d7b57664b8f56734ec9730228e31a9)), closes [#24](https://github.com/shaka-project/karma-local-wd-launcher/issues/24)
9+
* Fix missing lodash dependency ([#39](https://github.com/shaka-project/karma-local-wd-launcher/issues/39)) ([cc3f4c0](https://github.com/shaka-project/karma-local-wd-launcher/commit/cc3f4c022f0e1060715674c8fb19de208cccfd8e))
10+
311
## [1.6.0](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.5.0...v1.6.0) (2022-03-23)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-local-wd-launcher",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Karma Local WebDriver Launcher - Launches local web browsers using WebDriver, to enable screenshots and other advanced tests to be executed in-browser.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)