From 7abbeca37833a518b6a0497dceeaafd059e16c2d Mon Sep 17 00:00:00 2001 From: shepherdwind Date: Thu, 10 Dec 2015 22:31:53 +0800 Subject: [PATCH] bump up --- History.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index db1b8eb..e867265 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +## 0.7.4 + +- toString like org.apache.velocity when render [56](https://github.com/shepherdwind/velocity.js/issues/56) + ## 0.7.3 - fix [53](https://github.com/shepherdwind/velocity.js/issues/52) diff --git a/package.json b/package.json index 25a8af7..47c4f00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "velocityjs", "description": "Velocity Template Language(VTL) for JavaScript", - "version": "0.7.3", + "version": "0.7.4", "keywords": [ "velocity template" ],