Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(*): release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Apr 19, 2014
1 parent 3ddc7b9 commit 58e73da
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.7.0 - TBD
## 0.7.0 - 2014-04-19
- Use `moment` as an injectable constant instead of relying on `$window.moment` ([#35](https://github.com/urish/angular-moment/pull/35), contributed by [just-boris](https://github.com/just-boris))
- Require.js support ([#36](https://github.com/urish/angular-moment/issues/36))
- Add am-preprocess attribute to support unix and utc timestamps ([#38](https://github.com/urish/angular-moment/pull/38), contributed by [jspaper](https://github.com/jspaper))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Installation
You can choose your preferred method of installation:
* Through bower: `bower install angular-moment --save`
* Through npm: `npm install angular-moment --save`
* From a CDN: [jsDelivr](https://cdn.jsdelivr.net/angular.moment/0.6.2/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/0.6.2/angular-moment.min.js)
* From a CDN: [jsDelivr](https://cdn.jsdelivr.net/angular.moment/0.7.0/angular-moment.min.js) or [CDNJS](https://cdnjs.cloudflare.com/ajax/libs/angular-moment/0.7.0/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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* angular-moment.js / v0.6.2 / (c) 2013, 2014 Uri Shaked / MIT Licence */
/* angular-moment.js / v0.7.0 / (c) 2013, 2014 Uri Shaked / MIT Licence */

/* global define */

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-moment",
"version": "0.6.2",
"version": "0.7.0",
"description": "Moment.JS directives & filters for Angular.JS (timeago alternative)",
"author": "Uri Shaked",
"license": "MIT",
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "angular-moment",
"version": "0.6.2",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "http://github.com/urish/angular-moment.git"
},
"dependencies": {},
"dependencies": {
"moment": ">=2.0.0 <2.7.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"load-grunt-tasks": "0.4.0",
Expand Down

0 comments on commit 58e73da

Please sign in to comment.