Skip to content

Commit

Permalink
chore(*): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jan 27, 2016
1 parent b3850d8 commit 060630d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## 0.3.0 - 2015-01-27
- add `amDateFormat` pipe ([#6](https://github.com/urish/angular2-moment/pull/6), contributed by [andreialecu](https://github.com/andreialecu))
- add `amDateFormat` pipe ([#9](https://github.com/urish/angular2-moment/pull/9), contributed by [andreialecu](https://github.com/andreialecu))
- refactor: remove the `supports()` from all the pipes (it is no longer used as of angular2-beta)

## 0.2.1 - 2015-01-16
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-moment",
"version": "0.2.1",
"version": "0.3.0",
"description": "Moment.JS pipes for Angular2 (timeago and more)",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 060630d

Please sign in to comment.