diff --git a/CHANGELOG.md b/CHANGELOG.md index 533830b..205fd29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### HEAD +### 1.1.1 (February 08, 2016) + +* Update `preprocessor` to `1.0.0` +* Fix `maxlen` warning on comments + ### 1.1.0 (January 27, 2016) * Add additional auto-margin utils (`u-flexExpandTop` / `u-flexExpandBottom` / `u-flexExpand`) diff --git a/package.json b/package.json index 2d71b6c..57cdce0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "suitcss-utils-flex", "description": "Flexbox utilities for SUIT CSS", - "version": "1.1.0", + "version": "1.1.1", "style": "index.css", "files": [ "index.css",