Skip to content

Commit

Permalink
Release 0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 24, 2011
1 parent 8e85b1d commit 8e833ac
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.16.4 / 2011-10-24
==================

* Fixed a test due to reserved keyword
* Fixed: commander 0.1.x dep for 0.5.x

0.16.3 / 2011-10-24
==================

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

exports.version = '0.16.2';
exports.version = '0.16.4';

/**
* Expose self closing tags.
Expand Down
2 changes: 1 addition & 1 deletion jade.min.js

Large diffs are not rendered by default.

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

exports.version = '0.16.3';
exports.version = '0.16.4';

/**
* 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.16.3",
"version": "0.16.4",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"repository": "git://github.com/visionmedia/jade",
"main": "./index.js",
Expand Down

1 comment on commit 8e833ac

@koush
Copy link

@koush koush commented on 8e833ac Oct 24, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. This and commander fixed the dependency chain to install express.

Please sign in to comment.