Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdborton committed Dec 8, 2017
1 parent 4e3d31a commit 240118c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.2
- Fix issue with uglifyES options not being applied. ([#42](https://github.com/gdborton/webpack-parallel-uglify-plugin/pull/42))

## 1.0.1

- Delay pruning of the cache until compilation is completely done. ([#41](https://github.com/gdborton/webpack-parallel-uglify-plugin/pull/41))
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.1",
"version": "1.0.2",
"description": "A webpack plugin to run uglifyjs in parallel.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 240118c

Please sign in to comment.