From 5499e3d94d440ac8ad240ef46935ff70703d56af Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Fri, 3 Jul 2020 10:13:07 +0300 Subject: [PATCH] chore: release 5.0.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d2006b..fb21302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.0.0 - 2020-07-03 +- fix: support for Angular 10 (see [#240](https://github.com/urish/ngx-moment/issues/240)) +- breaking: drop support for Angular < 7 + ## 4.0.1 - 2020-06-12 - republish to npm without ngcc backup files diff --git a/package.json b/package.json index f2240df..b5dba98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-moment", - "version": "4.0.1", + "version": "5.0.0", "description": "Moment.JS pipes for Angular (timeago and more)", "scripts": { "build": "ng build",