Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 2, 2011
1 parent 44e8b85 commit fb2edc0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

0.6.1 / 2011-02-02
==================

* Added CSRF example, showing how you can transparently add inputs to a form
* Added link to vim-jade
* Fixed self-closing col support [guillermo]
* Fixed exception when getAttribute or removeAttribute run into removed attributes [Naitik Shah]

0.6.0 / 2010-12-19
==================

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

exports.version = '0.6.0';
exports.version = '0.6.1';

/**
* Intermediate JavaScript cache.
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.6.0",
"version": "0.6.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"main": "./index.js",
"bin": { "jade": "./bin/jade" },
Expand Down

0 comments on commit fb2edc0

Please sign in to comment.