diff --git a/CHANGELOG.md b/CHANGELOG.md index 88674ed..09313f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.6.0 - 2015-04-28 +- Align with angular 2.0.0-beta.16 ([#32](https://github.com/urish/angular2-moment/pull/32), contributed by [fknop](https://github.com/fknop)) + ## 0.5.0 - 2015-04-08 - Move `angular2` from npm `dependencies` to `peerDependencies` (see [#24](https://github.com/urish/angular2-moment/pull/24)) - Add `amDuration` pipe ([#29](https://github.com/urish/angular2-moment/pull/29), contributed by [xenolinguist](https://github.com/xenolinguist)) diff --git a/package.json b/package.json index 851a7ed..79b3821 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2-moment", - "version": "0.5.0", + "version": "0.6.0", "description": "Moment.JS pipes for Angular2 (timeago and more)", "main": "index.js", "typings": "./index.d.ts",