diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e59daa..578f051d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.0.0-beta.1](https://github.com/webpack-contrib/i18n-webpack-plugin/compare/v1.0.0-beta.0...v1.0.0-beta.1) (2017-06-06) + + +### Bug Fixes + +* Missing default update ([a6ba200](https://github.com/webpack-contrib/i18n-webpack-plugin/commit/a6ba200)) + + + # [1.0.0-beta.0](https://github.com/webpack-contrib/i18n-webpack-plugin/compare/v0.3.0...v1.0.0-beta.0) (2017-05-01) diff --git a/package.json b/package.json index ce34f604..98040f8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "i18n-webpack-plugin", - "version": "1.0.0-beta.0", + "version": "1.0.0-beta.1", "author": "Tobias Koppers @sokra", "description": "Embed localization into your bundle", "main": "dist/cjs.js",