diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe90ef3..772591e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. + +## [0.4.3](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.4.0...v0.4.3) (2018-08-21) + + +### Bug Fixes + +* conflict multiple asset error ([#194](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/194)) ([1023d22](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/1023d22)) +* CSS ordering for config with multiple entry points ([#130](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/130)) ([79373eb](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/79373eb)) +* update webpack version ([#197](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/197)) ([e00bcda](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/e00bcda)) +* **order:** use correct order when multiple chunk groups are merged ([#246](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/246)) ([c3b363d](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/c3b363d)) + + + ## [0.4.2](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.4.0...v0.4.2) (2018-08-21) diff --git a/package-lock.json b/package-lock.json index 1fa7fde1..073af791 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mini-css-extract-plugin", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bee4e402..c0e46410 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mini-css-extract-plugin", - "version": "0.4.2", + "version": "0.4.3", "description": "extracts CSS into separate files", "license": "MIT", "repository": "webpack-contrib/mini-css-extract-plugin",