Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
version bump 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paularmstrong committed Oct 3, 2011
1 parent 0a995d7 commit 7fb4bf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.6.1](https://github.com/paularmstrong/swig/tree/v0.6.1) / 2011-10-02

* **Fixed** chaining filters when the first takes a variable as an argument will not crash parsing.

[Documentation](https://github.com/paularmstrong/swig/tree/v0.6.1/docs)

## [0.6.0](https://github.com/paularmstrong/swig/tree/v0.6.0) / 2011-10-02

* **Added** `{% import foo as bar %}` tag for importing macros.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swig",
"version": "0.6.0",
"version": "0.6.1",
"description": "A fast django-like templating engine for node.js.",
"keywords": ["template", "html", "django", "sandbox"],
"repository": "git://github.com/paularmstrong/swig.git",
Expand Down

0 comments on commit 7fb4bf8

Please sign in to comment.