Skip to content

Commit

Permalink
chore(main): release 1.4.0 (#14)
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 Feb 10, 2022
1 parent b182d2f commit 082a1d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/joeyparrish/karma-local-wd-launcher/compare/v1.3.1...v1.4.0) (2022-02-10)


### Features

* Support ChromeHeadless, FirefoxHeadless and EdgeHeadless ([#13](https://github.com/joeyparrish/karma-local-wd-launcher/issues/13)) ([b182d2f](https://github.com/joeyparrish/karma-local-wd-launcher/commit/b182d2f0c480a623e176d3c4d3c55ca152bdc9b7)), closes [#12](https://github.com/joeyparrish/karma-local-wd-launcher/issues/12)

### [1.3.1](https://github.com/joeyparrish/karma-local-wd-launcher/compare/v1.3.0...v1.3.1) (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.3.1",
"version": "1.4.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": {
Expand Down

0 comments on commit 082a1d2

Please sign in to comment.