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",