From ddb6035db87676a70caa49380c1524d627448f16 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Thu, 9 Nov 2017 01:47:57 +0300 Subject: [PATCH] typo --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index ff3e0db..93e37c4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,7 @@ ## 1.12.0 (November 8, 2017) - Replaced `uglify-js` to `uglify-es` -- Added posibility to config JavaScript minifier with `--js-pack-options` CLI option or `jsPackOptions` field in config file +- Added posibility to config JavaScript minifier with `--js-pack-config` CLI option or `jsPackConfig` field in config file - Fixed exception handling when command run in child process and exception is connected with dependencies - Update dependencies