Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.3.0...v2.0.0) (2020-10-20)

### Bug Fixes

* Bypass WSL check if Firefox is present in WSL environment ([23a5d10](23a5d10)), closes [#107](#107)
* Update is-wsl to v2.2.0 to detect docker under WSL ([#116](#116)) ([c585393](c585393))

### Features

* Make Node 10 minimum required version ([480dafd](480dafd)), closes [#118](#118)

### BREAKING CHANGES

* Changed minimum required version of node.js from 8 to 10.

Node 8 EOL was 2019-12-31.
  • Loading branch information
semantic-release-bot committed Oct 20, 2020
1 parent 8e7ff1a commit fa165ba
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [2.0.0](https://github.com/karma-runner/karma-firefox-launcher/compare/v1.3.0...v2.0.0) (2020-10-20)


### Bug Fixes

* Bypass WSL check if Firefox is present in WSL environment ([23a5d10](https://github.com/karma-runner/karma-firefox-launcher/commit/23a5d10baeba016d4c30a7378a795de4561f1160)), closes [#107](https://github.com/karma-runner/karma-firefox-launcher/issues/107)
* Update is-wsl to v2.2.0 to detect docker under WSL ([#116](https://github.com/karma-runner/karma-firefox-launcher/issues/116)) ([c585393](https://github.com/karma-runner/karma-firefox-launcher/commit/c58539341897ebbaf9ada80f3fb9a8818046b1b3))


### Features

* Make Node 10 minimum required version ([480dafd](https://github.com/karma-runner/karma-firefox-launcher/commit/480dafd7d0055ed55af211af301754a9e3972ab5)), closes [#118](https://github.com/karma-runner/karma-firefox-launcher/issues/118)


### BREAKING CHANGES

* Changed minimum required version of node.js from 8 to 10.

Node 8 EOL was 2019-12-31.

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Expand Down

0 comments on commit fa165ba

Please sign in to comment.