From 92d1abc53c57418e541f7697bed480ca9368a457 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Tue, 1 Mar 2011 20:13:39 -0800 Subject: [PATCH] Release 0.6.7 --- History.md | 5 +++++ lib/stylus.js | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 6378bef80..d99abbb94 100644 --- a/History.md +++ b/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 ================== diff --git a/lib/stylus.js b/lib/stylus.js index 726b42dc4..372eb0c48 100644 --- a/lib/stylus.js +++ b/lib/stylus.js @@ -23,7 +23,7 @@ exports = module.exports = render; * Library version. */ -exports.version = '0.6.6'; +exports.version = '0.6.7'; /** * Expose nodes. diff --git a/package.json b/package.json index 1bf70874c..f0d6bb5b7 100644 --- a/package.json +++ b/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 " , "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"] , "main": "./index.js"