Skip to content

Commit 5bc0ca7

Browse files
chore(release): 0.4.3
1 parent d8e4674 commit 5bc0ca7

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
<a name="0.4.3"></a>
6+
## [0.4.3](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.4.0...v0.4.3) (2018-08-21)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
* 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))
13+
* 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))
14+
* **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))
15+
16+
17+
518
<a name="0.4.2"></a>
619
## [0.4.2](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.4.0...v0.4.2) (2018-08-21)
720

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mini-css-extract-plugin",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "extracts CSS into separate files",
55
"license": "MIT",
66
"repository": "webpack-contrib/mini-css-extract-plugin",

0 commit comments

Comments
 (0)