diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e869ad..3fef0989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4.0](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.3.9...v1.4.0) (2021-03-26) + + +### Features + +* added the `emit` option for SSR ([#732](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/732)) ([03b4293](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/03b4293023e85e89abf46a2e42d61ec8684cb318)) + ### [1.3.9](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.3.8...v1.3.9) (2021-02-25) diff --git a/package-lock.json b/package-lock.json index 9c9acbfc..c7b6138e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,10 @@ { "name": "mini-css-extract-plugin", - "version": "1.3.9", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "mini-css-extract-plugin", "version": "1.3.9", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3086699c..6b3e95bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mini-css-extract-plugin", - "version": "1.3.9", + "version": "1.4.0", "description": "extracts CSS into separate files", "license": "MIT", "repository": "webpack-contrib/mini-css-extract-plugin",