Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 4, 2017
1 parent e3eddff commit 2143fd2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Change Log

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.

<a name="1.0.1"></a>
## [1.0.1](https://github.com/karma-runner/karma-firefox-launcher/compare/v1.0.0...v1.0.1) (2017-03-04)


### Bug Fixes

* **windows:** change getFirefoxExe function to allow running on win64 ([a332915](https://github.com/karma-runner/karma-firefox-launcher/commit/a332915))
* **windows:** change getFirefoxExe function to find exe on other drive ([3322a61](https://github.com/karma-runner/karma-firefox-launcher/commit/3322a61))
* disable multi-process firefox ([9f28aa9](https://github.com/karma-runner/karma-firefox-launcher/commit/9f28aa9))
* only use $HOME environmental variable if it exists ([3ffa514](https://github.com/karma-runner/karma-firefox-launcher/commit/3ffa514))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karma-firefox-launcher",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Karma plugin. Launcher for Firefox.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2143fd2

Please sign in to comment.