From d1a9e6bb39b535051d5fcc5dcf26353db5bf1d16 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 1 Dec 2016 13:52:45 +0200 Subject: [PATCH] chore(*): release 1.0.1 --- CHANGELOG.md | 3 +++ README.md | 2 +- angular-moment.js | 2 +- angular-moment.nuspec | 2 +- bower.json | 2 +- package.json | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad06dea..fdc1db2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.0.1 - 2016-12-01 +- Angular 1.6 support ([#278](https://github.com/urish/angular-moment/pull/278), contributed by [alippai](https://github.com/alippai)) + ## 1.0.0 - 2016-10-06 - Improvments to the UMD code diff --git a/README.md b/README.md index cbdeedd..c8c87c4 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/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/1.0.0/angular-moment.min.js) +* From a CDN: [jsDelivr](https://cdn.jsdelivr.net/angular.moment/1.0.1/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/1.0.1/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 59f7019..b3660be 100644 --- a/angular-moment.js +++ b/angular-moment.js @@ -1,4 +1,4 @@ -/* angular-moment.js / v1.0.0 / (c) 2013, 2014, 2015, 2016 Uri Shaked / MIT Licence */ +/* angular-moment.js / v1.0.1 / (c) 2013, 2014, 2015, 2016 Uri Shaked / MIT Licence */ 'format amd'; /* global define */ diff --git a/angular-moment.nuspec b/angular-moment.nuspec index e33e5aa..657cf8f 100644 --- a/angular-moment.nuspec +++ b/angular-moment.nuspec @@ -2,7 +2,7 @@ angular-moment - 1.0.0 + 1.0.1 Angular Moment urish https://github.com/urish/angular-moment diff --git a/bower.json b/bower.json index d04c4d5..ea4fe17 100644 --- a/bower.json +++ b/bower.json @@ -12,7 +12,7 @@ "moment": ">=2.8.0 <3.0.0" }, "devDependencies": { - "angular-mocks": "1.4.x", + "angular-mocks": "1.5.x", "moment-timezone": "0.4.0" }, "repository": { diff --git a/package.json b/package.json index cf1adac..73b3a4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-moment", - "version": "1.0.0", + "version": "1.0.1", "main": "angular-moment.js", "repository": { "type": "git",