Skip to content

Commit

Permalink
Release 0.27.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 5, 2012
1 parent a8114e4 commit 7235b9e
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.6 / 2012-10-05
==================

* Included templates can not override blocks of their parent. Closes #699

0.27.5 / 2012-09-24 0.27.5 / 2012-09-24
================== ==================


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


exports.version = '0.27.5'; exports.version = '0.27.6';


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

0 comments on commit 7235b9e

Please sign in to comment.