# Changelog

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.0.3](https://github.com/zainulbr/i18n-webpack-plugin/compare/v2.0.1...v2.0.3) (2020-11-04)


### Bug Fixes

* deps and engine node ([#4](https://github.com/zainulbr/i18n-webpack-plugin/issues/4)) ([9eab749](https://github.com/zainulbr/i18n-webpack-plugin/commit/9eab7494091870d48a1e7e03414518e257cc4e15))
* update CI and example dependencies ([#3](https://github.com/zainulbr/i18n-webpack-plugin/issues/3)) ([738c5b0](https://github.com/zainulbr/i18n-webpack-plugin/commit/738c5b0b47ca216c07b0969b2b1926e47152db00))

### [2.0.2](https://github.com/zainulbr/i18n-webpack-plugin/compare/v2.0.1...v2.0.2) (2020-11-02)


### Bug Fixes

* update CI and example dependencies ([#3](https://github.com/zainulbr/i18n-webpack-plugin/issues/3)) ([738c5b0](https://github.com/zainulbr/i18n-webpack-plugin/commit/738c5b0b47ca216c07b0969b2b1926e47152db00))

### [2.0.1](https://github.com/zainulbr/i18n-webpack-plugin/compare/v2.0.0...v2.0.1) (2020-10-24)

## [2.0.0](https://github.com/webpack-contrib/i18n-webpack-plugin/compare/v1.0.0...v2.0.0) (2020-10-22)


### ⚠ BREAKING CHANGES

* Rewrite to webpack 5 support

* Webpack 5 (#1) ([423f45b](https://github.com/webpack-contrib/i18n-webpack-plugin/commit/423f45bc35085ea81d433f4f0db9cee2ff66b511)), closes [#1](https://github.com/webpack-contrib/i18n-webpack-plugin/issues/1)

<a name="1.0.0"></a>
# [1.0.0](https://github.com/webpack-contrib/i18n-webpack-plugin/compare/v1.0.0-beta.1...v1.0.0) (2017-06-10)

### 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))
* Missing default update ([a6ba200](https://github.com/webpack-contrib/i18n-webpack-plugin/commit/a6ba200))


### 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.
* Drops support for Webpack `1.x` via a peedDependency on Webpack of `^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0`.

<a name="1.0.0-beta.1"></a>
# [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))



<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.

x.x.x / <year>-<month>-<day>
==================

  * Bug fix -
  * Feature -
  * Chore -
  * Docs -
