Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 30, 2012
1 parent 59503a5 commit d8c46ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

0.9.0 / 2012-11-30
==================

* add mixin support
* add property reference support
* add rgba(color, a) plugin
* add gradient support. Closes #12

0.8.0 / 2012-11-21
==================

Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "rework",
"version": "0.8.0",
"version": "0.9.0",
"description": "CSS manipulations built on CSSOM",
"keywords": ["css", "manipulation", "preprocess", "transform"],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rework",
"version": "0.8.0",
"version": "0.9.0",
"description": "CSS manipulations built on CSSOM",
"keywords": ["css", "manipulation", "preprocess", "transform"],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
Expand Down

0 comments on commit d8c46ac

Please sign in to comment.