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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Feb 9, 2016
1 parent 0f223cf commit f91c9fd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,9 @@
# Changelog

## 1.0.0-beta.4 - TBD
## 1.0.0-beta.4 - 2016-02-09
- Add amStartOf and amEndOf filter ([#203](https://github.com/urish/angular-moment/pull/203), contributed by [pratik14](https://github.com/pratik14))
- Support Moment 2.11.x
- Happy Year of the Monkey!

## 1.0.0-beta.3 - 2015-11-10

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 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.3/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/1.0.0-beta.3/angular-moment.min.js)
* From a CDN: [jsDelivr](https://cdn.jsdelivr.net/angular.moment/1.0.0-beta.4/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/1.0.0-beta.4/angular-moment.min.js)
* Download from github: [angular-moment.min.js](https://raw.github.com/urish/angular-moment/master/angular-moment.min.js)

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

'format amd';
/* global define */
Expand Down
4 changes: 2 additions & 2 deletions 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-beta3</version>
<version>1.0.0-beta4</version>
<title>Angular Moment</title>
<authors>urish</authors>
<projectUrl>https://github.com/urish/angular-moment</projectUrl>
Expand All @@ -12,7 +12,7 @@
<releaseNotes />
<copyright />
<dependencies>
<dependency id="Moment.js" version="2.10.6" />
<dependency id="Moment.js" version="2.11.2" />
</dependencies>
<tags>AngularJS MomentJS Moment</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-moment",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"main": "angular-moment.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit f91c9fd

Please sign in to comment.