Skip to content

Commit

Permalink
chore(release): 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mzgoddard committed Jun 4, 2018
1 parent 7e1f54e commit 3a924aa
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.7.5"></a>
## [0.7.5](https://github.com/mzgoddard/hard-source-webpack-plugin/compare/v0.7.2...v0.7.5) (2018-06-04)


### Bug Fixes

* add missing commitlint configuration file ([#363](https://github.com/mzgoddard/hard-source-webpack-plugin/issues/363)) ([c878f4b](https://github.com/mzgoddard/hard-source-webpack-plugin/commit/c878f4b))
* check that normalId is on missingCache ([#364](https://github.com/mzgoddard/hard-source-webpack-plugin/issues/364)) ([79aa0bc](https://github.com/mzgoddard/hard-source-webpack-plugin/commit/79aa0bc))
* parse and stringify data in serializers ([#358](https://github.com/mzgoddard/hard-source-webpack-plugin/issues/358)) ([c40fd30](https://github.com/mzgoddard/hard-source-webpack-plugin/commit/c40fd30))



<a name="0.7.4"></a>
## [0.7.4](https://github.com/mzgoddard/hard-source-webpack-plugin/compare/v0.7.3...v0.7.4) (2018-05-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.7.4",
"version": "0.7.5",
"description": "Hard cache the source of modules in webpack.",
"keywords": [
"webpack",
Expand Down

0 comments on commit 3a924aa

Please sign in to comment.