From 9a0ff7e1aa240901ef4651038e4d690d625329ab Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Wed, 11 May 2016 16:56:44 +0300 Subject: [PATCH] 2.1.1 --- HISTORY.md | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 37736917..b0f7f990 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,12 @@ +## 2.1.1 (May 11, 2016) + +- Fix wrong declaration with `\9` hack merge (#295) + ## 2.1.0 (May 8, 2016) -- new option `comments` to specify what comments to left: `exclamation`, `first-exclamation` and `none` -- add `offset` to CSS parse error details -- fix token `offset` computation +- New option `comments` to specify what comments to left: `exclamation`, `first-exclamation` and `none` +- Add `offset` to CSS parse error details +- Fix token `offset` computation ## 2.0.0 (April 5, 2016) diff --git a/package.json b/package.json index 097ffb10..ffce318f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csso", - "version": "2.1.0", + "version": "2.1.1", "description": "CSSO (CSS Optimizer) is a CSS minifier with structural optimisations", "keywords": [ "css",