From 0960e7c673f8061a52a9ea68662e2827eca188fc Mon Sep 17 00:00:00 2001 From: Mehdi Lahlou Date: Tue, 7 Feb 2017 04:05:57 +0100 Subject: [PATCH] version bump to 2.0.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 490f689..3a7e136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.0.0 - 2017-02-07 + +- Changed: module exporting to allow a commonjs standard require without the default property + + # 1.0.0 - 2017-02-07 - Initial release diff --git a/package.json b/package.json index 1a9a316..8345c5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ignore-assets-webpack-plugin", - "version": "1.0.0", + "version": "2.0.0", "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",