From 8f7aae5c6b39b00e85f4566bb26892969b65734e Mon Sep 17 00:00:00 2001 From: Bohdan Tkachenko Date: Sun, 29 Jan 2017 13:17:27 +0200 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index becdadd..7b8d65e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-split-by-path", - "version": "0.0.10", + "version": "1.0.0", "description": "Split a Webpack entry bundle into any number of arbitrarily defined smaller bundles", "main": "index.js", "repository": {