Skip to content

Commit

Permalink
chore(*): release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jan 16, 2016
1 parent cfbfe79 commit 273bb5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.2.1 - 2015-01-16
- bugfix: wrong method name for cleanup, caused resource leak ([#8](https://github.com/urish/angular2-moment/pull/8), contributed by [andreialecu](https://github.com/andreialecu))

## 0.2.0 - 2015-01-12
- add `amCalendar` pipe ([#6](https://github.com/urish/angular2-moment/pull/6), contributed by [andreialecu](https://github.com/andreialecu))

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.0",
"version": "0.2.1",
"description": "Moment.JS pipes for Angular2 (timeago and more)",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 273bb5e

Please sign in to comment.