Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 0.27.2
  • Loading branch information
tj committed Aug 7, 2012
1 parent 68e54ac commit 000f6ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.27.2 / 2012-08-07
==================

* Revert "fixing string interpolation escaping #731", problems reported

0.27.1 / 2012-08-06
==================

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

exports.version = '0.27.1';
exports.version = '0.27.2';

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

0 comments on commit 000f6ed

Please sign in to comment.