From b9a73aedc47115526b47eb53000dac2cef41b9c3 Mon Sep 17 00:00:00 2001 From: Stefan Kleeschulte Date: Wed, 6 Jan 2016 04:39:57 +0100 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 372731f..431d96f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-bundle-update-hook-plugin", - "version": "1.0.0", + "version": "1.0.1", "description": "Add a tapable 'bundle-update' hook to webpack. On bundle updates registered plugins get lists of new, changed and removed modules.", "main": "index.js", "repository": {