From 42dc1b7e9c8c2c8fbfa35a0631ae4946bd132e94 Mon Sep 17 00:00:00 2001 From: Fynn Feldpausch Date: Tue, 9 Aug 2022 13:38:26 +0200 Subject: [PATCH] chore(main): release ngx-intl 2.0.1 --- .release-please-manifest.json | 2 +- projects/ngx-intl/CHANGELOG.md | 7 +++++++ projects/ngx-intl/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1ec96d7..f83f9ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "projects/ngx-intl": "2.0.0" + "projects/ngx-intl": "2.0.1" } diff --git a/projects/ngx-intl/CHANGELOG.md b/projects/ngx-intl/CHANGELOG.md index c2972b4..23da41d 100644 --- a/projects/ngx-intl/CHANGELOG.md +++ b/projects/ngx-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.0.0...ngx-intl-v2.0.1) (2022-08-09) + + +### Bug Fixes + +* injection of date pipe not working in timeago pipe ([371adf2](https://github.com/haiilo/ngx-intl/commit/371adf29359ac7c1acf35321813c5b5d92e05c36)) + ## [2.0.0](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v1.4.0...ngx-intl-v2.0.0) (2022-08-08) diff --git a/projects/ngx-intl/package.json b/projects/ngx-intl/package.json index 4782a01..816da1e 100644 --- a/projects/ngx-intl/package.json +++ b/projects/ngx-intl/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/ngx-intl", - "version": "2.0.0", + "version": "2.0.1", "description": "Standalone Angular pipes using the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting, and date and time formatting.", "keywords": [ "Angular",