diff --git a/History.md b/History.md index 0ac7536e4..c06092455 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.27.6 / 2012-10-05 +================== + + * Included templates can not override blocks of their parent. Closes #699 + 0.27.5 / 2012-09-24 ================== diff --git a/lib/jade.js b/lib/jade.js index 3257a5c72..856f3c0d4 100644 --- a/lib/jade.js +++ b/lib/jade.js @@ -20,7 +20,7 @@ var Parser = require('./parser') * Library version. */ -exports.version = '0.27.5'; +exports.version = '0.27.6'; /** * Expose self closing tags. diff --git a/package.json b/package.json index 202072fe0..af00940d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jade", "description": "Jade template engine", - "version": "0.27.5", + "version": "0.27.6", "author": "TJ Holowaychuk ", "repository": "git://github.com/visionmedia/jade", "main": "./index.js",