Skip to content

Commit

Permalink
chore(release): 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mzgoddard committed Dec 9, 2018
1 parent e5563c9 commit e581eee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

<a name="0.13.0"></a>
# [0.13.0](https://github.com/mzgoddard/hard-source-webpack-plugin/compare/v0.12.0...v0.13.0) (2018-12-09)


### Bug Fixes

* 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))
* remove ExcludeMiniCssModulePlugin ([f15bd9f](https://github.com/mzgoddard/hard-source-webpack-plugin/commit/f15bd9f))
* support new dll plugin schema changes ([a250247](https://github.com/mzgoddard/hard-source-webpack-plugin/commit/a250247))



<a name="0.12.0"></a>
# [0.12.0](https://github.com/mzgoddard/hard-source-webpack-plugin/compare/v0.11.2...v0.12.0) (2018-07-30)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hard-source-webpack-plugin",
"version": "0.12.0",
"version": "0.13.0",
"description": "Hard cache the source of modules in webpack.",
"keywords": [
"webpack",
Expand Down

0 comments on commit e581eee

Please sign in to comment.