From 045a61d89bea9d0d8445c371ee4e642e9927e004 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 31 Oct 2018 11:52:47 +0200 Subject: [PATCH] chore(package) v4.0.1 --- ChangeLog | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8eb3d56..50fa826 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2018.10.31, v4.0.1 + +fix: +- (minify) base64 + +feature: +- (package) eslint-plugin-node v8.0.0 + + 2018.10.26, v4.0.0 feature: diff --git a/package.json b/package.json index 5205635..8f94741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minify", - "version": "4.0.0", + "version": "4.0.1", "description": "Minifier of js, css, html and img", "homepage": "http://coderaiser.github.io/minify", "author": "coderaiser (https://github.com/coderaiser)",