Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
chore(release): 1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed May 1, 2017
1 parent c8621a1 commit da5fa4d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions 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.

<a name="1.0.0-beta.0"></a>
# [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.
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit da5fa4d

Please sign in to comment.