Skip to content

Commit e581eee

Browse files
committed
chore(release): 0.13.0
1 parent e5563c9 commit e581eee

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.13.0"></a>
6+
# [0.13.0](https://github.com/mzgoddard/hard-source-webpack-plugin/compare/v0.12.0...v0.13.0) (2018-12-09)
7+
8+
9+
### Bug Fixes
10+
11+
* add prefix member to HarmonyExportExpression schema ([#443](https://github.com/mzgoddard/hard-source-webpack-plugin/issues/443)) ([fef1488](https://github.com/mzgoddard/hard-source-webpack-plugin/commit/fef1488))
12+
* remove ExcludeMiniCssModulePlugin ([f15bd9f](https://github.com/mzgoddard/hard-source-webpack-plugin/commit/f15bd9f))
13+
* support new dll plugin schema changes ([a250247](https://github.com/mzgoddard/hard-source-webpack-plugin/commit/a250247))
14+
15+
16+
517
<a name="0.12.0"></a>
618
# [0.12.0](https://github.com/mzgoddard/hard-source-webpack-plugin/compare/v0.11.2...v0.12.0) (2018-07-30)
719

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.12.0",
3+
"version": "0.13.0",
44
"description": "Hard cache the source of modules in webpack.",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)