diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb8097..836056d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/rafalmaciejewski/build-time-reporter-webpack-plugin/compare/v1.1.0...v1.2.0) (2020-04-26) + + +### Features + +* add rebuild info to stats ([9fcb0bf](https://github.com/rafalmaciejewski/build-time-reporter-webpack-plugin/commit/9fcb0bf7ce6da64b4f0d580e977feb3a8dd04bf4)) + # [1.1.0](https://github.com/rafalmaciejewski/build-time-reporter-webpack-plugin/compare/v1.0.3...v1.1.0) (2020-04-24) diff --git a/package-lock.json b/package-lock.json index 8176511..eb2cfd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "build-time-reporter-webpack-plugin", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0a2485..92d3f47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "build-time-reporter-webpack-plugin", - "version": "1.1.0", + "version": "1.2.0", "description": "Webpack loader to merge twig templates that use include function", "keywords": [ "build time",