Skip to content

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 2, 2010
1 parent 0b7632d commit c970263
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

0.2.4 / 2010-08-02
==================

* Added Buffer support to `render()`
* Fixed filter text block exception reporting
* Fixed tag exception reporting

0.2.3 / 2010-07-27
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/jade.js
Expand Up @@ -9,7 +9,7 @@
* Library version.
*/

exports.version = '0.2.3';
exports.version = '0.2.4';

/**
* Module dependencies.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "jade",
"description": "Jade template engine",
"version": "0.2.3",
"version": "0.2.4",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"main": "./lib/jade.js",
"bin": { "jade": "./bin/jade" },
Expand Down

0 comments on commit c970263

Please sign in to comment.