From a7d821214ace13916204a27dce1c3dea92815cc6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 26 Jan 2021 21:00:40 +0200 Subject: [PATCH] chore(package) v8.6.4 --- ChangeLog | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ec72c7a..841ca8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2021.01.26, v8.6.4 + +fix: +- (npmignore) add fixture + + 2021.01.26, v8.6.3 feature: diff --git a/package.json b/package.json index 33fb396..ac292d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "madrun", - "version": "8.6.3", + "version": "8.6.4", "description": "CLI tool to run multiple npm-scripts in a madly comfortable way", "main": "lib/madrun.js", "type": "commonjs",