Skip to content

Commit

Permalink
Prepared release 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 10, 2012
1 parent 80c1e86 commit d8789c2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

0.27.0 / 2012-05-10
==================

* Added `add-property()` mixin support [jasonkuhrt]
* Added % support for `fade-in()` and `fade-out()` [jasonkuhrt]
* Added % support to `rgba()` [jasonkuhrt]
* Fixed `.import()` - previously failed to mixin

0.26.1 / 2012-05-07
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/stylus.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports = module.exports = render;
* Library version.
*/

exports.version = '0.26.1';
exports.version = '0.27.0';

/**
* Expose nodes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name": "stylus"
, "description": "Robust, expressive, and feature-rich CSS superset"
, "version": "0.26.1"
, "version": "0.27.0"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"]
, "repository": "git://github.com/learnboost/stylus"
Expand Down

0 comments on commit d8789c2

Please sign in to comment.