Skip to content

Commit 4e46bd9

Browse files
chore(release): 3.2.1
1 parent ae0f5b1 commit 4e46bd9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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="3.2.1"></a>
6+
## [3.2.1](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/compare/v3.2.0...v3.2.1) (2018-10-23)
7+
8+
9+
### Bug Fixes
10+
11+
* CSS HMR Issues ([#114](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues/114)) ([ae0f5b1](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/commit/ae0f5b1)), closes [#98](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues/98) [#80](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues/80) [#116](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues/116) [#113](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues/113) [#115](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues/115) [#113](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/issues/113)
12+
13+
14+
515
<a name="3.2.0"></a>
616
# [3.2.0](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/compare/v3.1.2...v3.2.0) (2018-10-08)
717

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract-css-chunks-webpack-plugin",
3-
"version": "3.2.1-alpha.1",
3+
"version": "3.2.1",
44
"author": "James Gillmore <james@faceyspacey.com>",
55
"contributors": [
66
"Zack Jackson <zack@ScriptedAlchemy.com> (https://github.com/ScriptedAlchemy)"
@@ -35,7 +35,7 @@
3535
"clean": "del-cli dist",
3636
"lint": "eslint --cache --fix src",
3737
"prebuild": "npm run clean",
38-
"prepublish": "npm run build",
38+
"prepublishOnly": "npm run build",
3939
"security": "nsp check",
4040
"test": "jest",
4141
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)