diff --git a/CHANGELOG.md b/CHANGELOG.md index aec1c9ed..7d89c437 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. + +# [3.0.0-beta.3](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2017-06-24) + + + # [3.0.0-beta.2](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2017-06-24) diff --git a/package-lock.json b/package-lock.json index 9a0e2a31..e9d52bae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "extract-text-webpack-plugin", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "lockfileVersion": 1, "dependencies": { "abab": { diff --git a/package.json b/package.json index 88f45bce..975a6b8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-text-webpack-plugin", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "author": "Tobias Koppers @sokra", "description": "Extract text from bundle into a file.", "license": "MIT",