Skip to content

Commit

Permalink
chore: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jan 9, 2017
1 parent 06479e2 commit 11fe7b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog

## 1.1.0 - TBD
- Add `referenceTime` and `format` args to `amCalendar` ([#64](https://github.com/urish/angular2-moment/pull/64), contributed by [irsick](https://github.com/irsick)).
## 1.1.0 - 2017-01-09
Happy new year!

- Add `referenceTime` and `format` args to `amCalendar` ([#64](https://github.com/urish/angular2-moment/pull/64), contributed by [irsick](https://github.com/irsick))
- Add `amAdd` and `amSubtract` pipes ([#113](https://github.com/urish/angular2-moment/pull/113), contributed by [dustin486](https://github.com/dustin486))
- Fix: Do not import whole Rx.js library ([#117](https://github.com/urish/angular2-moment/pull/117), contributed by [FabienDehopre](https://github.com/FabienDehopre))

## 1.0.0 - 2016-12-01
Promoted 1.0.0-rc.1 to final release
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": "1.0.0",
"version": "1.1.0",
"description": "Moment.JS pipes for Angular2 (timeago and more)",
"main": "index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 11fe7b7

Please sign in to comment.