diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3e30e87 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 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. + + +## [1.1.2](https://github.com/webpack-contrib/mocha-loader/compare/v1.1.1...v1.1.2) (2018-01-05) diff --git a/package-lock.json b/package-lock.json index fc48087..496f92b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mocha-loader", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7bc9f03..fb570a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-loader", - "version": "1.1.1", + "version": "1.1.2", "author": "Tobias Koppers @sokra", "description": "mocha loader module for webpack", "license": "MIT",