Skip to content

Commit ffe2e64

Browse files
committed
chore(release): 0.12.0
1 parent 9585d47 commit ffe2e64

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.12.0"></a>
6+
# [0.12.0](https://github.com/mzgoddard/hard-source-webpack-plugin/compare/v0.11.2...v0.12.0) (2018-07-30)
7+
8+
9+
### Bug Fixes
10+
11+
* memory leak in TransformNormalModuleFactoryPlugin ([#414](https://github.com/mzgoddard/hard-source-webpack-plugin/issues/414)) ([33b306b](https://github.com/mzgoddard/hard-source-webpack-plugin/commit/33b306b))
12+
13+
14+
### Features
15+
16+
* add ParallelModulePlugin ([#415](https://github.com/mzgoddard/hard-source-webpack-plugin/issues/415)) ([9585d47](https://github.com/mzgoddard/hard-source-webpack-plugin/commit/9585d47))
17+
18+
19+
520
<a name="0.11.2"></a>
621
## [0.11.2](https://github.com/mzgoddard/hard-source-webpack-plugin/compare/v0.11.0...v0.11.2) (2018-07-22)
722

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hard-source-webpack-plugin",
3-
"version": "0.11.2",
3+
"version": "0.12.0",
44
"description": "Hard cache the source of modules in webpack.",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)