From 9a8765b7ee43a3295666fa7a89917331586b10d4 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Wed, 30 Oct 2013 21:38:54 +0200 Subject: [PATCH] v0.4.2: Add settings constant for configuring moment.js withoutSuffix-option (#18) --- CHANGELOG.md | 4 ++++ angular-moment.js | 2 +- bower.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6e497..bf57d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.2 - 2013-10-30 + +- Add settings constant for configuring moment.js withoutSuffix-option ([#18](https://github.com/urish/angular-moment/pull/18)) + ## 0.4.1 - 2013-10-27 - Support moment.js v2.4.0. See [here](https://github.com/moment/moment/#240) for changelog. diff --git a/angular-moment.js b/angular-moment.js index 344be7e..f8a29ab 100644 --- a/angular-moment.js +++ b/angular-moment.js @@ -1,4 +1,4 @@ -/* angular-moment.js / v0.4.1 / (c) 2013 Uri Shaked / MIT Licence */ +/* angular-moment.js / v0.4.2 / (c) 2013 Uri Shaked / MIT Licence */ angular.module('angularMoment', []) .constant('amTimeAgoConfig', { withoutSuffix: false }) diff --git a/bower.json b/bower.json index 061b72d..2baaf24 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-moment", - "version": "0.4.1", + "version": "0.4.2", "description": "Angular.JS directives for Moment.JS (timeago alternative)", "author": "Uri Shaked", "license": "MIT", diff --git a/package.json b/package.json index 3c5c35f..eaf7f76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-moment", - "version": "0.4.1", + "version": "0.4.2", "repository": { "type": "git", "url": "http://github.com/urish/angular-moment.git"