Skip to content

Commit

Permalink
version bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
medfreeman committed Jan 4, 2018
1 parent d72518e commit 744ad41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.0.1 - 2018-01-05

- Fixed: hook on webpack `emit` instead of `after-compile`


# 2.0.0 - 2017-02-07

- Changed: module exporting to allow a commonjs standard require without the default property
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": "ignore-assets-webpack-plugin",
"version": "2.0.0",
"version": "2.0.1",
"description": "Ignore assets from compilation. Useful when you use non-js files as entry points with extract-text-webpack-plugin, and don't need the resulting empty js files.",
"keywords": [
"assets",
Expand Down

0 comments on commit 744ad41

Please sign in to comment.