From c2cb4997dee37806e371b6340d8dc3f5063ba486 Mon Sep 17 00:00:00 2001 From: Paul Armstrong Date: Sun, 11 Sep 2011 12:31:54 -0700 Subject: [PATCH] version bump 0.1.9 --- History.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index c9f23c60..946807a9 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +## [0.1.9](https://github.com/paularmstrong/swig/tree/0.1.9) / 2011-09-11 + +* **Added** `allowErrors` flag will allow errors to be thrown and bubbled up. Default to catch errors. +* **Changed** Internal speed improvements. + ## [0.1.8](https://github.com/paularmstrong/swig/tree/0.1.8) / 2011-09-10 * **Added** `add`, `addslashes`, and `replace` filters. diff --git a/package.json b/package.json index a317f157..9d3b1822 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "swig", - "version": "0.1.8", - "description": "A fast django-like templating engine for node.js. Forked from Swig", + "version": "0.1.9", + "description": "A fast django-like templating engine for node.js.", "keywords": ["template", "html", "django", "sandbox"], "repository": "git://github.com/paularmstrong/swig.git", "author": "Paul Armstrong ",