Skip to content

Commit fa165ba

Browse files
chore(release): 2.0.0 [skip ci]
# [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.
1 parent 8e7ff1a commit fa165ba

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [2.0.0](https://github.com/karma-runner/karma-firefox-launcher/compare/v1.3.0...v2.0.0) (2020-10-20)
2+
3+
4+
### Bug Fixes
5+
6+
* 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)
7+
* 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))
8+
9+
10+
### Features
11+
12+
* 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)
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Changed minimum required version of node.js from 8 to 10.
18+
19+
Node 8 EOL was 2019-12-31.
20+
121
# Changelog
222

323
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.

0 commit comments

Comments
 (0)