Skip to content

Commit

Permalink
chore(release): 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mzgoddard committed Dec 10, 2018
1 parent 6cd85e9 commit aa0383b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,17 @@

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.1"></a>
## [0.13.1](https://github.com/mzgoddard/hard-source-webpack-plugin/compare/v0.13.0...v0.13.1) (2018-12-10)


### Bug Fixes

* optimize contextNormalPath mzgoddard/hard-source-webpack-plugin[#469](https://github.com/mzgoddard/hard-source-webpack-plugin/issues/469) ([cb03413](https://github.com/mzgoddard/hard-source-webpack-plugin/commit/cb03413))
* replace native fs with graceful-fs ([93143ca](https://github.com/mzgoddard/hard-source-webpack-plugin/commit/93143ca))



<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)

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

0 comments on commit aa0383b

Please sign in to comment.