Skip to content

Commit

Permalink
Release 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 27, 2012
1 parent 2c307f0 commit 30078cc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions History.md
@@ -1,4 +1,14 @@

0.26.1 / 2012-05-27
==================

* Changed default doctype to __html5__
* Performance: statically compile attrs when possible [chowey]
* Fixed some class attribute merging cases
* Fixed so `block` doesn't consume `blockquotes` tag [chowey]
* Fixed backslashes in text nodes [chowey]
* Fixed / in text. Closes #638

0.26.0 / 2012-05-04
==================

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.26.0';
exports.version = '0.26.1';

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

0 comments on commit 30078cc

Please sign in to comment.