Skip to content

Commit

Permalink
Release 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 2, 2011
1 parent 98f1c1c commit 92d1abc
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.6.7 / 2011-03-01
==================

* Fixed __RGBA__ -> __HSLA__ conversion due to typo

0.6.6 / 2011-03-01
==================

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

exports.version = '0.6.6';
exports.version = '0.6.7';

/**
* Expose nodes.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ "name": "stylus"
, "description": "Robust, expressive language which compiles to CSS"
, "version": "0.6.6"
, "version": "0.6.7"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"]
, "main": "./index.js"
Expand Down

0 comments on commit 92d1abc

Please sign in to comment.