Skip to content

Commit

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

- Bump `color` dependency version
(@KenanY)

# 3.0.0 - 2015-09-08

- Added: compatibility with postcss v5.x
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "postcss-color-gray",
"version": "3.0.0",
"version": "3.0.1",
"description": "PostCSS plugin to transform gray() function to today's CSS",
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss-color-gray.git"
},
"repository": "https://github.com/postcss/postcss-color-gray.git",
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
Expand All @@ -16,7 +13,8 @@
"jscs": "jscs index.js test.js",
"test": "node test.js | tap-spec",
"coverage": "istanbul cover test.js",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
"release": "npmpub"
},
"licenses": [
{
Expand Down Expand Up @@ -49,6 +47,7 @@
"istanbul": "^0.3.5",
"istanbul-coveralls": "^1.0.1",
"jscs": "^1.8.1",
"npmpub": "^3.1.0",
"tap-spec": "^2.1.0",
"tape": "^3.0.3"
}
Expand Down

0 comments on commit f5d5734

Please sign in to comment.