diff --git a/CHANGELOG.md b/CHANGELOG.md index a72cd5a..0708e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# 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. + + +# [3.0.0-beta.0](https://github.com/webpack-contrib/istanbul-instrumenter-loader/compare/v2.0.0...v3.0.0-beta.0) (2017-06-08) + + +### Code Refactoring + +* upgrade to webpack-defaults (#51) ([b46a5c8](https://github.com/webpack-contrib/istanbul-instrumenter-loader/commit/b46a5c8)) + + +### BREAKING CHANGES + +* Enforces Webpack standard NodeJS engines range. + at the time of merge `>= 4.3 < 5.0.0 || >= 5.10`. +* Upgrades loader-utils to 1.1.0 which has a minimum NodeJS version of 4. + + + # 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. diff --git a/package.json b/package.json index ff7aa24..b4a5335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "istanbul-instrumenter-loader", - "version": "2.0.0", + "version": "3.0.0-beta.0", "description": "Istanbul instrumenter loader for webpack", "author": "Kir Belevich (@deepsweet)", "main": "dist/cjs.js",