From cc391529ae82e034f7a073b2510f7f704ad4a533 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 13 Jun 2017 17:48:49 +0300 Subject: [PATCH] chore(package) v2.1.1 --- ChangeLog | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b7ca30f..a552347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017.06.13, v2.1.1 + +feature: +- (npmignore) decrease size + + 2017.06.13, v2.1.0 feature: diff --git a/package.json b/package.json index 4c35422..c28eb4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minify", - "version": "2.1.0", + "version": "2.1.1", "description": "Minifier of js, css, html and img", "homepage": "http://coderaiser.github.io/minify", "author": "coderaiser (https://github.com/coderaiser)",