diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9524db4..77a8be1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "projects/ngx-intl": "2.1.5" + "projects/ngx-intl": "2.1.6" } diff --git a/projects/ngx-intl/CHANGELOG.md b/projects/ngx-intl/CHANGELOG.md index 2132032..960592a 100644 --- a/projects/ngx-intl/CHANGELOG.md +++ b/projects/ngx-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.6](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.1.5...ngx-intl-v2.1.6) (2023-05-26) + + +### Bug Fixes + +* test ci automation ([98d0d10](https://github.com/haiilo/ngx-intl/commit/98d0d10bc559348bd6510c7d561257af5d30caf5)) + ## [2.1.5](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.1.4...ngx-intl-v2.1.5) (2023-05-26) diff --git a/projects/ngx-intl/package.json b/projects/ngx-intl/package.json index e74e200..017b206 100644 --- a/projects/ngx-intl/package.json +++ b/projects/ngx-intl/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/ngx-intl", - "version": "2.1.5", + "version": "2.1.6", "description": "Standalone Angular pipes using the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting, and date and time formatting.", "keywords": [ "Angular",