Skip to content

Commit

Permalink
chore: release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjbarton committed Oct 23, 2018
1 parent f0d52ad commit 361aa3f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="3.1.1"></a>
## [3.1.1](https://github.com/karma-runner/karma/compare/v3.1.0...v3.1.1) (2018-10-23)


### Bug Fixes

* **config:** move puppeteer from dependency to dev-dependency ([#3193](https://github.com/karma-runner/karma/issues/3193)) ([f0d52ad](https://github.com/karma-runner/karma/commit/f0d52ad)), closes [#3191](https://github.com/karma-runner/karma/issues/3191)



<a name="3.1.0"></a>
# [3.1.0](https://github.com/karma-runner/karma/compare/v3.0.0...v3.1.0) (2018-10-22)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -471,7 +471,7 @@
"engines": {
"node": ">= 6"
},
"version": "3.1.0",
"version": "3.1.1",
"license": "MIT",
"scripts": {
"lint": "eslint . --ext js --ignore-pattern *.tpl.js",
Expand Down

0 comments on commit 361aa3f

Please sign in to comment.