Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Nov 28, 2016
1 parent 851e41f commit baa608e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.0.1 - 2016-11-28

- Bump `color` dependency version
([postcss-cssnext/#327](https://github.com/MoOx/postcss-cssnext/issues/327) - @wtgtybhertgeghgtwtg)

# 2.0.0 - 2015-09-08

- Added: compatibility with postcss v5.x
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-color-hwb",
"version": "2.0.0",
"version": "2.0.1",
"description": "PostCSS plugin to transform W3C CSS hwb() color to more compatible CSS (rgb() (or rgba()))",
"keywords": [
"css",
Expand Down Expand Up @@ -29,12 +29,14 @@
"devDependencies": {
"jscs": "^2.1.0",
"jshint": "^2.8.0",
"npmpub": "^3.1.0",
"tape": "^4.0.3"
},
"scripts": {
"lint": "npm run jscs && npm run jshint",
"jscs": "jscs index.js test/index.js",
"jshint": "jshint . --exclude-path .gitignore",
"test": "npm run lint && tape test"
"test": "npm run lint && tape test",
"release": "npmpub"
}
}

0 comments on commit baa608e

Please sign in to comment.