From 06b565fe30e70ff9d20afd7d16e1ee8d86ddb4bb Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sat, 2 Dec 2017 23:57:32 +0200 Subject: [PATCH] chore: release 1.2.0 --- CHANGELOG.md | 3 +++ README.md | 2 +- angular-moment.js | 2 +- angular-moment.nuspec | 2 +- package.json | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ad927..b49e421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.2.0 - 2017-12-02 +- Update moment.js version in bower.json ([#300](https://github.com/urish/angular-moment/pull/300), contributed by [jc1arke](https://github.com/jc1arke)) + ## 1.1.0 - 2017-09-28 - Add additional typeof check for the global.moment instance ([#295](https://github.com/urish/angular-moment/pull/295), contributed by [schester44](https://github.com/schester44)) diff --git a/README.md b/README.md index 912d574..ba1b1d5 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/npm/angular-moment@1.1.0/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/1.1.0/angular-moment.min.js) +* From a CDN: [jsDelivr](https://cdn.jsdelivr.net/npm/angular-moment@1.2.0/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/1.2.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 38a2cec..628983a 100644 --- a/angular-moment.js +++ b/angular-moment.js @@ -1,4 +1,4 @@ -/* angular-moment.js / v1.1.0 / (c) 2013, 2014, 2015, 2016, 2017 Uri Shaked / MIT Licence */ +/* angular-moment.js / v1.2.0 / (c) 2013, 2014, 2015, 2016, 2017 Uri Shaked / MIT Licence */ 'format amd'; /* global define */ diff --git a/angular-moment.nuspec b/angular-moment.nuspec index 0259220..ad90213 100644 --- a/angular-moment.nuspec +++ b/angular-moment.nuspec @@ -2,7 +2,7 @@ angular-moment - 1.1.0 + 1.2.0 Angular Moment urish https://github.com/urish/angular-moment diff --git a/package.json b/package.json index 471895c..562811e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-moment", - "version": "1.1.0", + "version": "1.2.0", "main": "angular-moment.js", "repository": { "type": "git",