diff --git a/CHANGELOG.md b/CHANGELOG.md index d62ebd7..aa3efff 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 2.0.0 - 2015-09-08 + +- Added: compatibility with postcss v5.x +- Removed: compatiblity with postcss v4.x + # 1.2.0 - 2015-08-13 - Added: compatibility with postcss v4.1.x diff --git a/package.json b/package.json index 0b8ac73..52761b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-color-hwb", - "version": "1.2.0", + "version": "2.0.0", "description": "PostCSS plugin to transform W3C CSS hwb() color to more compatible CSS (rgb() (or rgba()))", "keywords": [ "css", @@ -18,8 +18,6 @@ "url": "https://github.com/postcss/postcss-color-hwb.git" }, "files": [ - "CHANGELOG.md", - "LICENSE", "index.js" ], "dependencies": {