Skip to content

Commit b850a0b

Browse files
committed
chore(release): 0.7.3
1 parent c40fd30 commit b850a0b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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="0.7.3"></a>
6+
## [0.7.3](https://github.com/mzgoddard/hard-source-webpack-plugin/compare/v0.7.2...v0.7.3) (2018-05-30)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
13+
14+
515
<a name="0.7.2"></a>
616
## [0.7.2](https://github.com/mzgoddard/hard-source-webpack-plugin/compare/v0.7.0...v0.7.2) (2018-05-28)
717

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

0 commit comments

Comments
 (0)