Skip to content

Commit

Permalink
Release 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 12, 2011
1 parent ae49a93 commit cba69a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

0.11.5 / 2011-04-12
==================

* Added / employed `Null#isNull`
* Added / employed `Boolean#is{True,False}`
* Removed all uses of `instanceof`
* Removed all equality checks between singleton nodes

0.11.4 / 2011-04-10
==================

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.11.4';
exports.version = '0.11.5';

/**
* Expose nodes.
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{ "name": "stylus"
, "description": "Robust, expressive language which compiles to CSS"
, "version": "0.11.4"
, "description": "Robust, expressive, and feature-rich CSS superset"
, "version": "0.11.5"
, "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 cba69a6

Please sign in to comment.