Skip to content

Commit

Permalink
Release 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 15, 2012
1 parent 691901f commit 3017079
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

0.29.0 / 2012-08-15
==================

* add more features to the textmate bundle [paulmillr]
* add `json()` BIF for loading variables from JSON files [geddesign]
* fix for #790 allow trailing colon, comma etc in // comments [geddesign]

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

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

exports.version = '0.28.2';
exports.version = '0.29.0';

/**
* Expose nodes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name": "stylus"
, "description": "Robust, expressive, and feature-rich CSS superset"
, "version": "0.28.2"
, "version": "0.29.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 3017079

Please sign in to comment.