diff --git a/CHANGELOG.md b/CHANGELOG.md index 95fd7360..83e59daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# 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. + + +# [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) + + +### Bug Fixes + +* **index:** hide warnings when options.hideMessage is truthy ([#45](https://github.com/webpack-contrib/i18n-webpack-plugin/issues/45)) ([d4c7877](https://github.com/webpack-contrib/i18n-webpack-plugin/commit/d4c7877)) + + +### Code Refactoring + +* apply webpack-defaults ([#41](https://github.com/webpack-contrib/i18n-webpack-plugin/issues/41)) ([c8621a1](https://github.com/webpack-contrib/i18n-webpack-plugin/commit/c8621a1)) + + +### BREAKING CHANGES + +* Enforces a minimum NodeJS version of `4.3` via engines & drops support for Webpack v1.x. + + + # 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 6e7bfeeb..997d6add 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "i18n-webpack-plugin", - "version": "0.3.0", + "version": "1.0.0-beta.0", "author": "Tobias Koppers @sokra", "description": "Embed localization into your bundle", "main": "dist/cjs.js",