From 1fe96839fde0760945aa7f4e04b5b48ef7c47a4a Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Fri, 20 Jan 2012 08:44:38 -0800 Subject: [PATCH] Release 0.22.6 --- History.md | 7 +++++++ lib/stylus.js | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index add27ec9d..f452d777e 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +0.22.6 / 2012-01-20 +================== + + * Fixed postfix conditional cloning. Closes #535 + * Fixed idents prefixed with several hyphens. Closes #536 + * Fixed up the TextMate bundle syntax [ianstormtaylor] + 0.22.5 / 2012-01-16 ================== diff --git a/lib/stylus.js b/lib/stylus.js index 30334893e..fd7281136 100644 --- a/lib/stylus.js +++ b/lib/stylus.js @@ -24,7 +24,7 @@ exports = module.exports = render; * Library version. */ -exports.version = '0.22.5'; +exports.version = '0.22.6'; /** * Expose nodes. diff --git a/package.json b/package.json index 034a4d479..f212bde98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylus" , "description": "Robust, expressive, and feature-rich CSS superset" - , "version": "0.22.5" + , "version": "0.22.6" , "author": "TJ Holowaychuk " , "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"] , "repository": "git://github.com/learnboost/stylus"