Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gdborton committed Nov 29, 2017
1 parent 32795ad commit 00064c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

- Delay pruning of the cache until compilation is completely done. ([#41](https://github.com/gdborton/webpack-parallel-uglify-plugin/pull/41))

## 1.0.0

- Breaking: Updated to [uglify-js](https://github.com/mishoo/UglifyJS2)@3, syntax remains the same, but the options you provide uglifyJS may have changed. ([#31](https://github.com/gdborton/webpack-parallel-uglify-plugin/pull/31))
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": "webpack-parallel-uglify-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "A webpack plugin to run uglifyjs in parallel.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 00064c7

Please sign in to comment.