diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85c75f0..594a722 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "projects/ngx-intl": "2.1.1" + "projects/ngx-intl": "2.1.2" } diff --git a/projects/ngx-intl/CHANGELOG.md b/projects/ngx-intl/CHANGELOG.md index cb5a24c..6c518ed 100644 --- a/projects/ngx-intl/CHANGELOG.md +++ b/projects/ngx-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.2](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.1.1...ngx-intl-v2.1.2) (2023-05-26) + + +### Bug Fixes + +* test ci automation ([8c0d47c](https://github.com/haiilo/ngx-intl/commit/8c0d47c844d2366eed79a4279325cf9088829a96)) + ## [2.1.1](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.1.0...ngx-intl-v2.1.1) (2023-05-26) diff --git a/projects/ngx-intl/package.json b/projects/ngx-intl/package.json index 7d6b939..d4984fc 100644 --- a/projects/ngx-intl/package.json +++ b/projects/ngx-intl/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/ngx-intl", - "version": "2.1.1", + "version": "2.1.2", "description": "Standalone Angular pipes using the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting, and date and time formatting.", "keywords": [ "Angular",