diff --git a/HISTORY.md b/HISTORY.md index cc8a1fe6..6d46967e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +## 2.2.1 (July 25, 2016) + +- Fixed shorthand optimisation issue when value has a color value or something unknown (#311) +- Fixed `cursor` broken fallback (#306) + ## 2.2.0 (June 23, 2016) - Implement AST cloning by adding `clone()` [function](https://github.com/css/csso#cloneast) and `clone` [option](https://github.com/css/csso#compressast-options) for `compress()` function (#296) diff --git a/package.json b/package.json index 969ff581..fdc55cb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csso", - "version": "2.2.0", + "version": "2.2.1", "description": "CSSO (CSS Optimizer) is a CSS minifier with structural optimisations", "keywords": [ "css",