Skip to content

Commit

Permalink
chore(main): release 1.6.1 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 21, 2022
1 parent 27b3a4b commit 047c50f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [1.6.1](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.0...v1.6.1) (2022-04-21)


### Bug Fixes

* 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)
* 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))

## [1.6.0](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.5.0...v1.6.0) (2022-03-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-local-wd-launcher",
"version": "1.6.0",
"version": "1.6.1",
"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": {
Expand Down

0 comments on commit 047c50f

Please sign in to comment.