From 448e472efb22bd51bdc210cf80c7d296b63e0aaa Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 6 Oct 2016 12:30:06 +0200 Subject: [PATCH] chore(*): release 1.0.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- angular-moment.js | 2 +- angular-moment.nuspec | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fce373b..ad06dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.0 - 2016-10-06 +- Improvments to the UMD code + +Breaking change: The AMD version now exports the module name ('angularMoment') instead of the actual module object. + ## 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)) diff --git a/README.md b/README.md index cdc8cee..8f28272 100644 --- a/README.md +++ b/README.md @@ -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.6/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/1.0.0-beta.6/angular-moment.min.js) +* From a CDN: [jsDelivr](https://cdn.jsdelivr.net/angular.moment/1.0.0/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/1.0.0/angular-moment.min.js) * Download from github: [angular-moment.min.js](https://raw.github.com/urish/angular-moment/master/angular-moment.min.js) diff --git a/angular-moment.js b/angular-moment.js index 9877325..fb5615f 100644 --- a/angular-moment.js +++ b/angular-moment.js @@ -1,4 +1,4 @@ -/* angular-moment.js / v1.0.0-beta.6 / (c) 2013, 2014, 2015, 2016 Uri Shaked / MIT Licence */ +/* angular-moment.js / v1.0.0 / (c) 2013, 2014, 2015, 2016 Uri Shaked / MIT Licence */ 'format amd'; /* global define */ diff --git a/angular-moment.nuspec b/angular-moment.nuspec index 4642679..a902a13 100644 --- a/angular-moment.nuspec +++ b/angular-moment.nuspec @@ -2,7 +2,7 @@ angular-moment - 1.0.0-beta6 + 1.0.0 Angular Moment urish https://github.com/urish/angular-moment diff --git a/package.json b/package.json index fb9e92a..cf1adac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-moment", - "version": "1.0.0-beta.6", + "version": "1.0.0", "main": "angular-moment.js", "repository": { "type": "git",