diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd97ea..c267ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.3.0 - 2017-03-10 +- Enable Angular 4 as peer dependency + ## 1.2.0 - 2017-02-09 - Add `amUtc` pipe ([#121](https://github.com/urish/angular2-moment/pull/121), contributed by [bodnarbm](https://github.com/bodnarbm)) diff --git a/package.json b/package.json index e23df73..ed1ca3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2-moment", - "version": "1.2.0", + "version": "1.3.0", "description": "Moment.JS pipes for Angular2 (timeago and more)", "main": "index.js", "typings": "./index.d.ts",