From 7d1bbda333d6fea264e0bd2341fd445f581469c5 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Thu, 23 Jun 2016 03:10:06 +0300 Subject: [PATCH] 1.8.2 --- HISTORY.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d2800afd..3b582178 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +## 1.8.2 (June 22, 2016) + +- Fix wrong declaration with `\9` hack merge (#295) +- Take in account functions when merge TRBL-properties (#297) +- Improve partial merge (#304) + ## 1.8.1 (March 30, 2016) - Don't remove spaces after function/braces/urls since unsafe (#289) diff --git a/package.json b/package.json index 2335479f..40a12838 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csso", - "version": "1.8.1", + "version": "1.8.2", "description": "CSSO (CSS Optimizer) is a CSS minifier with structural optimisations", "keywords": [ "css",