From 89292b6611801d0b7f8e21c9f6d29037c984642b Mon Sep 17 00:00:00 2001 From: Jason Mitchell Date: Wed, 5 Aug 2015 15:03:53 -0700 Subject: [PATCH] version bump :cake: --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 609a2668..a5bc5f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 3.3.0 + +* Adds toNow computed property macro +* Adds moment-to-now htmlbar helper +* Fixes documentation error around computed property macro argument order +* Adds the ability to hide the prefix/suffix from toNow/fromNow helpers and computed property macro output + ### 3.2.1 * Removes deprecation warnings from Ember 1.13.6 diff --git a/package.json b/package.json index e8e8240c..90c9e897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-moment", - "version": "3.2.1", + "version": "3.3.0", "description": "Moment.js template helpers and computed property macros for Ember", "directories": { "doc": "doc",