diff --git a/CHANGELOG.md b/CHANGELOG.md index bf57d6c..e019461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.5.0 - 2013-11-02 + +- Use $window.setTimeout instead of $timeout, fixes protractor synchronization issue ([#19](https://github.com/urish/angular-moment/issues/19)) + ## 0.4.2 - 2013-10-30 - Add settings constant for configuring moment.js withoutSuffix-option ([#18](https://github.com/urish/angular-moment/pull/18)) diff --git a/angular-moment.js b/angular-moment.js index 0557fda..4b067cb 100644 --- a/angular-moment.js +++ b/angular-moment.js @@ -1,4 +1,4 @@ -/* angular-moment.js / v0.4.2 / (c) 2013 Uri Shaked / MIT Licence */ +/* angular-moment.js / v0.5.0 / (c) 2013 Uri Shaked / MIT Licence */ angular.module('angularMoment', []) .constant('amTimeAgoConfig', { withoutSuffix: false }) diff --git a/bower.json b/bower.json index 2baaf24..e68821c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-moment", - "version": "0.4.2", + "version": "0.5.0", "description": "Angular.JS directives for Moment.JS (timeago alternative)", "author": "Uri Shaked", "license": "MIT", diff --git a/package.json b/package.json index eaf7f76..aa1e2a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-moment", - "version": "0.4.2", + "version": "0.5.0", "repository": { "type": "git", "url": "http://github.com/urish/angular-moment.git"