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",