diff --git a/ChangeLog.md b/ChangeLog.md index 7b314405c..18e2b2b61 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,6 @@ +## 2.0.1 +* Save declaration style, when clone declaration to prefix. + ## 2.0 “Hongik Ingan” * Based on PostCSS 1.0. See [options changes](https://github.com/ai/postcss/releases/tag/1.0.0). diff --git a/package.json b/package.json index 8be82196e..be476c23b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "2.0.0", + "version": "2.0.1", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": ["css", "prefix", "postprocessor", "postcss"], "author": "Andrey Sitnik ",