From fb5dcf29576c8783ac01bcbb1d54e9bdda86f463 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 07:50:26 +0000 Subject: [PATCH] chore(main): release ngx-intl 1.3.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 df4481c..45453be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "projects/ngx-intl": "1.3.0" + "projects/ngx-intl": "1.3.1" } diff --git a/projects/ngx-intl/CHANGELOG.md b/projects/ngx-intl/CHANGELOG.md index 527bbbb..a1f9cfa 100644 --- a/projects/ngx-intl/CHANGELOG.md +++ b/projects/ngx-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v1.3.0...ngx-intl-v1.3.1) (2022-08-03) + + +### Bug Fixes + +* cleanup ([18ec591](https://github.com/haiilo/ngx-intl/commit/18ec591c8363dd7756e0786ddad0177fcc477b82)) + ## [1.3.0](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v1.2.0...ngx-intl-v1.3.0) (2022-08-03) diff --git a/projects/ngx-intl/package.json b/projects/ngx-intl/package.json index 84492bd..c6d4a31 100644 --- a/projects/ngx-intl/package.json +++ b/projects/ngx-intl/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/ngx-intl", - "version": "1.3.0", + "version": "1.3.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",