diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ab2e9e..0b6ec15f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. + +## [2.1.2](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v2.1.1...v2.1.2) (2017-06-08) + + + ## [2.1.1](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v2.1.0...v2.1.1) (2017-06-08) diff --git a/package.json b/package.json index d7b400f4..6c0d831e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-text-webpack-plugin", - "version": "2.1.1", + "version": "2.1.2", "author": "Tobias Koppers @sokra", "description": "Extract text from bundle into a file.", "engines": {