From 2dae7efd544b5f21e26888ef95832ced3c2d0752 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 18 Jul 2017 12:39:06 +0300 Subject: [PATCH] chore: release 1.6.0 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce14c6..c4ed447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.6.0 - 2017-07-18 +- Am `amLocal` pipe ([#153](https://github.com/urish/angular2-moment/pull/153), contributed by [benwilkins](https://github.com/benwilkins)) + ## 1.5.0 - 2017-07-14 - Add `amLocale` pipe ([#155](https://github.com/urish/angular2-moment/pull/155), contributed by [FallenRiteMonk](https://github.com/FallenRiteMonk)) - Migrate testing framework to jest diff --git a/package.json b/package.json index b261821..c7fe841 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2-moment", - "version": "1.5.0", + "version": "1.6.0", "description": "Moment.JS pipes for Angular2 (timeago and more)", "main": "index.js", "typings": "./index.d.ts",