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

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Dec 24, 2013
1 parent 886e3a5 commit 0bb47e3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.6.0 - 2013-12-24

- Add optional am-without-suffix attribute to am-time-ago ([#22](https://github.com/urish/angular-moment/issues/22), contributed by [hramaker](https://github.com/hramaker))
- Support moment.js v2.5.0. See [here](https://gist.github.com/ichernev/8104451) for changelog.
- Merry Christmas!

## 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))
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.2 / (c) 2013 Uri Shaked / MIT Licence */
/* angular-moment.js / v0.6.0 / (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,6 +1,6 @@
{
"name": "angular-moment",
"version": "0.5.2",
"version": "0.6.0",
"description": "Moment.JS directives & filters for Angular.JS (timeago alternative)",
"author": "Uri Shaked",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
],
"dependencies": {
"angular": ">=1.0.0 <1.3.0",
"moment": ">=2.0.0 <2.5.0"
"moment": ">=2.0.0 <2.6.0"
},
"devDependencies": {
"angular-mocks": "1.2.x"
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.2",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "http://github.com/urish/angular-moment.git"
Expand Down

0 comments on commit 0bb47e3

Please sign in to comment.