diff --git a/History.md b/History.md index bd69f20ef..5d62d3aff 100644 --- a/History.md +++ b/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 ================== diff --git a/lib/stylus.js b/lib/stylus.js index 6a73c207a..c882cb38c 100644 --- a/lib/stylus.js +++ b/lib/stylus.js @@ -24,7 +24,7 @@ exports = module.exports = render; * Library version. */ -exports.version = '0.28.1'; +exports.version = '0.28.2'; /** * Expose nodes. diff --git a/package.json b/package.json index 60b84449c..dd2eef2cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylus" , "description": "Robust, expressive, and feature-rich CSS superset" - , "version": "0.28.1" + , "version": "0.28.2" , "author": "TJ Holowaychuk " , "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"] , "repository": "git://github.com/learnboost/stylus"