diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21134e2..fca9c40 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "projects/ngx-intl": "2.1.3" + "projects/ngx-intl": "2.1.4" } diff --git a/projects/ngx-intl/CHANGELOG.md b/projects/ngx-intl/CHANGELOG.md index 840022c..71da95c 100644 --- a/projects/ngx-intl/CHANGELOG.md +++ b/projects/ngx-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.4](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.1.3...ngx-intl-v2.1.4) (2023-05-26) + + +### Bug Fixes + +* test ci automation ([a1589e0](https://github.com/haiilo/ngx-intl/commit/a1589e0c6ae5c62d3426379129db11968665d74e)) + ## [2.1.3](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.1.2...ngx-intl-v2.1.3) (2023-05-26) diff --git a/projects/ngx-intl/package.json b/projects/ngx-intl/package.json index 8f3f5e3..74134ec 100644 --- a/projects/ngx-intl/package.json +++ b/projects/ngx-intl/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/ngx-intl", - "version": "2.1.3", + "version": "2.1.4", "description": "Standalone Angular pipes using the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting, and date and time formatting.", "keywords": [ "Angular",