Skip to content

Commit

Permalink
chore(main): release 1.6.2 (#52)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.6.2](v1.6.1...v1.6.2)
(2023-07-19)


### Bug Fixes

* Fix ChromeHeadless in Docker
([#51](#51))
([a487e6d](a487e6d))
* Fix clobbering of arguments in custom configurations
([#50](#50))
([43ce270](43ce270))
* Fix failure when drivers lag behind browser
([#53](#53))
([14cf6c3](14cf6c3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 19, 2023
1 parent 14cf6c3 commit 8a1890e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.6.2](https://github.com/shaka-project/karma-local-wd-launcher/compare/v1.6.1...v1.6.2) (2023-07-19)


### Bug Fixes

* Fix ChromeHeadless in Docker ([#51](https://github.com/shaka-project/karma-local-wd-launcher/issues/51)) ([a487e6d](https://github.com/shaka-project/karma-local-wd-launcher/commit/a487e6de37ebeac009e17619a5e48aa2e439e9d0))
* Fix clobbering of arguments in custom configurations ([#50](https://github.com/shaka-project/karma-local-wd-launcher/issues/50)) ([43ce270](https://github.com/shaka-project/karma-local-wd-launcher/commit/43ce27057eb0b86b5659f8eb49a50e1752d33d4a))
* Fix failure when drivers lag behind browser ([#53](https://github.com/shaka-project/karma-local-wd-launcher/issues/53)) ([14cf6c3](https://github.com/shaka-project/karma-local-wd-launcher/commit/14cf6c3ff1f4fcf62518590a246e355ed6c882de))

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


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.1",
"version": "1.6.2",
"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 8a1890e

Please sign in to comment.