Skip to content

Commit

Permalink
chore(main): release 1.2.5 (#9)
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] authored Feb 3, 2022
1 parent c6e512f commit e9f9012
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.2.5](https://github.com/joeyparrish/karma-local-wd-launcher/compare/v1.2.4...v1.2.5) (2022-02-03)


### Bug Fixes

* Append .exe to driver names on Windows ([c6e512f](https://github.com/joeyparrish/karma-local-wd-launcher/commit/c6e512f1ed80760c7c70eb0f97234857bce70f7a))
* Fix env variable corruption ([57cd5da](https://github.com/joeyparrish/karma-local-wd-launcher/commit/57cd5da4c42274abfb95078420ed92e6003eeebf))

### [1.2.4](https://github.com/joeyparrish/karma-local-wd-launcher/compare/v1.2.3...v1.2.4) (2022-02-03)


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.2.4",
"version": "1.2.5",
"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 e9f9012

Please sign in to comment.