From e44c92a04f05e7d40c9c052ef6c4887f4fa56397 Mon Sep 17 00:00:00 2001 From: Fynn Feldpausch Date: Fri, 26 May 2023 12:15:33 +0300 Subject: [PATCH] chore(main): release ngx-intl 2.1.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 d1e7ca5..85c75f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "projects/ngx-intl": "2.1.0" + "projects/ngx-intl": "2.1.1" } diff --git a/projects/ngx-intl/CHANGELOG.md b/projects/ngx-intl/CHANGELOG.md index 50b1ff8..cb5a24c 100644 --- a/projects/ngx-intl/CHANGELOG.md +++ b/projects/ngx-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.1](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.1.0...ngx-intl-v2.1.1) (2023-05-26) + + +### Bug Fixes + +* update code documentation ([f62e72f](https://github.com/haiilo/ngx-intl/commit/f62e72ffa478ebbf93f9ca19076e22434afe7993)) + ## [2.1.0](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.0.1...ngx-intl-v2.1.0) (2023-05-24) diff --git a/projects/ngx-intl/package.json b/projects/ngx-intl/package.json index 39a3dec..7d6b939 100644 --- a/projects/ngx-intl/package.json +++ b/projects/ngx-intl/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/ngx-intl", - "version": "2.1.0", + "version": "2.1.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",