Skip to content

Commit 3f0b438

Browse files
committed
chore(release): 0.11.0
1 parent a5c5d33 commit 3f0b438

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.11.0"></a>
6+
# [0.11.0](https://github.com/mzgoddard/hard-source-webpack-plugin/compare/v0.10.2...v0.11.0) (2018-07-07)
7+
8+
9+
### Features
10+
11+
* support resource data sideEffects: false ([#403](https://github.com/mzgoddard/hard-source-webpack-plugin/issues/403)) ([a5c5d33](https://github.com/mzgoddard/hard-source-webpack-plugin/commit/a5c5d33))
12+
13+
14+
515
<a name="0.10.2"></a>
616
## [0.10.2](https://github.com/mzgoddard/hard-source-webpack-plugin/compare/v0.10.0...v0.10.2) (2018-07-07)
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.10.2",
3+
"version": "0.11.0",
44
"description": "Hard cache the source of modules in webpack.",
55
"keywords": [
66
"webpack",

0 commit comments

Comments
 (0)