Skip to content

Commit

Permalink
Release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Apr 12, 2012
1 parent 867c6be commit 4d3a811
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

0.24.0 / 2012-04-12
==================

* Fixed pretty-printing of text-only tags (__Warning__: this may affect rendering) [chowey]

0.23.0 / 2012-04-11
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/jade.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var Parser = require('./parser')
* Library version.
*/

exports.version = '0.23.0';
exports.version = '0.24.0';

/**
* Expose self closing tags.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jade",
"description": "Jade template engine",
"version": "0.23.0",
"version": "0.24.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"repository": "git://github.com/visionmedia/jade",
"main": "./index.js",
Expand Down

0 comments on commit 4d3a811

Please sign in to comment.