From 989bd99800fe8e470b290102f6a1120ba32ea166 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Fri, 12 Jun 2020 12:40:40 +0300 Subject: [PATCH] chore: release 4.0.0 --- CHANGELOG.md | 6 ++++++ LICENSE | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d95dd1..c19d4cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.0.0 - 2020-06-12 +- fix: correct input types for pipes 906e40c +- chore(deps): angular 9, typescript 3.8 9966a9a +- chore: reformat all code with prettier 10fe5c51 +- docs: remove system.js instructions from README + ## 3.5.0 - 2019-11-08 - feat: add `formatFn` argument to `amTimeAgo` ([#213](https://github.com/urish/ngx-moment/pull/213), contributed by [chaoyangnz](https://github.com/chaoyangnz)) - feat: add `format|formats` to from-utc pipe and parse-pipe ([#215](https://github.com/urish/ngx-moment/pull/215), contributed by [gigadie](https://github.com/gigadie)) diff --git a/LICENSE b/LICENSE index 6f14a39..0337538 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2019 Uri Shaked and contributors +Copyright (c) 2013-2020 Uri Shaked and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index fd74af8..308e509 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-moment", - "version": "3.5.0", + "version": "4.0.0", "description": "Moment.JS pipes for Angular (timeago and more)", "scripts": { "build": "ng build",