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.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jul 27, 2014
1 parent e45c4d1 commit 99475e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## 0.8.0 - TBD
## 0.8.0 - 2014-07-26
- Generate source map for the minified version ([#50](https://github.com/urish/angular-moment/issues/50))
- Add support HTML `<time>` element - set the `datetime` attribute ([#41](https://github.com/urish/angular-moment/pull/41), contributed by [gsklee](https://github.com/gsklee))
- Add default format (angularMomentConfig.format config property) ([#52](https://github.com/urish/angular-moment/pull/52), contributed by [otang](https://github.com/otang))
Expand Down
2 changes: 1 addition & 1 deletion angular-moment.js
@@ -1,4 +1,4 @@
/* angular-moment.js / v0.7.1 / (c) 2013, 2014 Uri Shaked / MIT Licence */
/* angular-moment.js / v0.8.0 / (c) 2013, 2014 Uri Shaked / MIT Licence */

/* global define */

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-moment",
"version": "0.7.1",
"version": "0.8.0",
"description": "Moment.JS directives & filters for Angular.JS (timeago alternative)",
"author": "Uri Shaked",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-moment",
"version": "0.7.1",
"version": "0.8.0",
"main": "angular-moment.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 99475e0

Please sign in to comment.