Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
v0.5.2: Add amCalendar filter
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Nov 17, 2013
1 parent 93b0c93 commit ca97304
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.5.2 - 2013-11-17

- Add amCalendar filter ([#24](https://github.com/urish/angular-moment/issues/24), contributed by [OndraM](https://github.com/OndraM))

## 0.5.1 - 2013-11-09

- Add amDuration filter ([#20](https://github.com/urish/angular-moment/issues/20), contributed by [gabrielstuff](https://github.com/gabrielstuff))
Expand Down
2 changes: 1 addition & 1 deletion angular-moment.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* angular-moment.js / v0.5.1 / (c) 2013 Uri Shaked / MIT Licence */
/* angular-moment.js / v0.5.2 / (c) 2013 Uri Shaked / MIT Licence */

angular.module('angularMoment', [])
.constant('amTimeAgoConfig', { withoutSuffix: false })
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-moment",
"version": "0.5.1",
"description": "Angular.JS directives for Moment.JS (timeago alternative)",
"version": "0.5.2",
"description": "Moment.JS directives & filters for Angular.JS (timeago alternative)",
"author": "Uri Shaked",
"license": "MIT",
"homepage": "http://github.com/urish/angular-moment",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-moment",
"version": "0.5.1",
"version": "0.5.2",
"repository": {
"type": "git",
"url": "http://github.com/urish/angular-moment.git"
Expand Down

0 comments on commit ca97304

Please sign in to comment.