Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jun 21, 2015
1 parent 734632c commit 7505aef
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@
# 0.9.0 - 2015-06-21

- Fixed: `mix()` implementation is now the same as in Sass
([#60](https://github.com/harthur/color/pull/60))

# 0.8.0 - 2015-03-03

- Removed: bower support
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "color",
"version": "0.8.0",
"version": "0.9.0",
"description": "Color conversion and manipulation with CSS string support",
"keywords": [
"color",
Expand All @@ -25,7 +25,7 @@
"test": "mocha"
},
"dependencies": {
"color-convert": "^0.5.0",
"color-convert": "^0.5.3",
"color-string": "^0.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 7505aef

Please sign in to comment.