diff --git a/CHANGELOG.md b/CHANGELOG.md index c8145b2..b2ee139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.11.0 - TBD +## 1.0.0-beta.1 - 2015-09-14 !!! BREAKING CHANGE !!! @@ -17,7 +17,7 @@ The removal of the preprocessors also affects the other positional parameters of `{{myDate|amTimeAgo:null:true:fromDate}}` becomes `{{myDate|amTimeAgo:true:fromDate}}`. -For more information, please see [#174](https://github.com/urish/angular-moment/issues/174); +For more information, please see [#174](https://github.com/urish/angular-moment/issues/174). ## 0.10.3 - 2015-09-05 - Allow `amDateFormat` to work with custom formatted input date strings ([#162](https://github.com/urish/angular-moment/pull/162), contributed by [jblashka](https://github.com/jblashka)) diff --git a/README.md b/README.md index 5c69455..624cd24 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can choose your preferred method of installation: * Through bower: `bower install angular-moment --save` * Through npm: `npm install angular-moment --save` * Through NuGet: `Install-Package angular-moment` -* From a CDN: [jsDelivr](https://cdn.jsdelivr.net/angular.moment/0.10.3/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/0.10.3/angular-moment.min.js) +* From a CDN: [jsDelivr](https://cdn.jsdelivr.net/angular.moment/1.0.0-beta.1/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/1.0.0-beta.1/angular-moment.min.js) * Download from github: [angular-moment.min.js](https://raw.github.com/urish/angular-moment/master/angular-moment.min.js) Usage diff --git a/angular-moment.js b/angular-moment.js index 795bc62..7d4013f 100644 --- a/angular-moment.js +++ b/angular-moment.js @@ -1,4 +1,4 @@ -/* angular-moment.js / v0.10.3 / (c) 2013, 2014, 2015 Uri Shaked / MIT Licence */ +/* angular-moment.js / v1.0.0-beta.1 / (c) 2013, 2014, 2015 Uri Shaked / MIT Licence */ 'format amd'; /* global define */ diff --git a/angular-moment.nuspec b/angular-moment.nuspec index fe96441..99dbbd7 100644 --- a/angular-moment.nuspec +++ b/angular-moment.nuspec @@ -2,7 +2,7 @@ angular-moment - 0.10.3 + 1.0.0-beta.1 Angular Moment urish https://github.com/urish/angular-moment diff --git a/package.json b/package.json index 7b380fe..94fe72d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-moment", - "version": "0.10.3", + "version": "1.0.0-beta.1", "main": "angular-moment.js", "repository": { "type": "git",