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

Commit

Permalink
chore(*): release 1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Apr 24, 2016
1 parent 345879d commit 7798910
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,9 @@
# Changelog

## 1.0.0-beta.6 - TBD
## 1.0.0-beta.6 - 2016-04-24
- Support for setting the units of the full date threshold of `am-time-ago` ([#237](https://github.com/urish/angular-moment/pull/237), contributed by [denistrustepain](https://github.com/denistrustepain))
- Add optional arguments `referenceTime` and `formats` to the `amCalendar` filter ([#241](https://github.com/urish/angular-moment/pull/241), contributed by [Nitro-N](https://github.com/Nitro-N))
- Support moment 2.13.x and above

## 1.0.0-beta.5 - 2016-03-18
- Bugfix: `amTimeAgo` shouldn't convert the time to local timezone on the element's `title` attribute ([#226](https://github.com/urish/angular-moment/pull/226), contributed by [stackia](https://github.com/stackia))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ You can choose your preferred method of installation:
* Through bower: `bower install angular-moment --save`
* Through npm: `npm install angular-moment moment --save`
* Through NuGet: `Install-Package angular-moment Moment.js`
* From a CDN: [jsDelivr](https://cdn.jsdelivr.net/angular.moment/1.0.0-beta.5/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/1.0.0-beta.5/angular-moment.min.js)
* From a CDN: [jsDelivr](https://cdn.jsdelivr.net/angular.moment/1.0.0-beta.6/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/1.0.0-beta.6/angular-moment.min.js)
* Download from github: [angular-moment.min.js](https://raw.github.com/urish/angular-moment/master/angular-moment.min.js)


Expand Down
2 changes: 1 addition & 1 deletion angular-moment.js
@@ -1,4 +1,4 @@
/* angular-moment.js / v1.0.0-beta.5 / (c) 2013, 2014, 2015, 2016 Uri Shaked / MIT Licence */
/* angular-moment.js / v1.0.0-beta.6 / (c) 2013, 2014, 2015, 2016 Uri Shaked / MIT Licence */

'format amd';
/* global define */
Expand Down
2 changes: 1 addition & 1 deletion angular-moment.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>angular-moment</id>
<version>1.0.0-beta5</version>
<version>1.0.0-beta6</version>
<title>Angular Moment</title>
<authors>urish</authors>
<projectUrl>https://github.com/urish/angular-moment</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -9,7 +9,7 @@
],
"dependencies": {
"angular": ">=1.2.0 <1.6.0",
"moment": ">=2.8.0 <2.13.0"
"moment": ">=2.8.0 <3.0.0"
},
"devDependencies": {
"angular-mocks": "1.4.x",
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "angular-moment",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"main": "angular-moment.js",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"LICENSE"
],
"dependencies": {
"moment": ">=2.8.0 <2.13.0"
"moment": ">=2.8.0 <3.0.0"
},
"devDependencies": {
"bower": "1.7.9",
Expand Down

0 comments on commit 7798910

Please sign in to comment.