Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/LearnBoost/stylus into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Panya committed Jul 15, 2012
2 parents 20a9136 + baa67f8 commit 824b9f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@


0.28.2 / 2012-07-15
==================

* fix extend in mixin. Closes #747, #748 and #751

0.28.1 / 2012-07-07 0.28.1 / 2012-07-07
================== ==================


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


exports.version = '0.28.1'; exports.version = '0.28.2';


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

0 comments on commit 824b9f8

Please sign in to comment.