From 44dc1174918a78db2670328b9b3e9f637fd28710 Mon Sep 17 00:00:00 2001 From: Paul Armstrong Date: Sun, 28 Oct 2012 14:00:38 -0700 Subject: [PATCH] version bump 0.13.2 --- HISTORY.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index e5d9c0ea..bf18657b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,13 @@ +[0.13.2](https://github.com/paularmstrong/swig/tree/v0.13.2) / 2012-10-28 +------------------------------------------------------------------------- + +* **Changed** Allow variables, filters, arguments to span lines [gh-122](https://github.com/paularmstrong/swig/issues/122) +* **Changed** Throw Errors when using undefined filters [gh-115](https://github.com/paularmstrong/swig/issues/115) +* **Fixed** compiling files from absolute paths [gh-103](https://github.com/paularmstrong/swig/issues/103) +* **Fixed** Prevent global variables from being used before context variables [gh-117](https://github.com/paularmstrong/swig/issues/117) + +[Documentation](https://github.com/paularmstrong/swig/tree/v0.13.2/docs) + [0.13.1](https://github.com/paularmstrong/swig/tree/v0.13.1) / 2012-10-28 ------------------------------------------------------------------------- diff --git a/package.json b/package.json index 970c26a6..1558982a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swig", - "version": "0.13.1", + "version": "0.13.2", "description": "A fast django-like templating engine for node.js and browsers.", "keywords": [ "template",