From 54fa25532531dc93ed4ea89817f36ad606e6d1f3 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Fri, 14 Jul 2017 17:41:00 +0300 Subject: [PATCH] chore: release 1.5.0 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70b06e4..4ce14c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog ## 1.5.0 - 2017-07-14 -- Am `amLocale` pipe ([#155](https://github.com/urish/angular2-moment/pull/155), contributed by [FallenRiteMonk](https://github.com/FallenRiteMonk)) +- Add `amLocale` pipe ([#155](https://github.com/urish/angular2-moment/pull/155), contributed by [FallenRiteMonk](https://github.com/FallenRiteMonk)) +- Migrate testing framework to jest ## 1.4.0 - 2017-06-18 - Add `amParse` pipe to enable parsing of custom-formatted date string ([#148](https://github.com/urish/angular2-moment/pull/148), contributed by [vin-car](https://github.com/vin-car)) diff --git a/package.json b/package.json index 1a03a2f..5539f1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2-moment", - "version": "1.4.0", + "version": "1.5.0", "description": "Moment.JS pipes for Angular2 (timeago and more)", "main": "index.js", "typings": "./index.d.ts",