diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5ad5bc..bfd1156 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "projects/ngx-intl": "1.1.0" + "projects/ngx-intl": "1.1.1" } diff --git a/projects/ngx-intl/CHANGELOG.md b/projects/ngx-intl/CHANGELOG.md index 5676499..ed607ee 100644 --- a/projects/ngx-intl/CHANGELOG.md +++ b/projects/ngx-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v1.1.0...ngx-intl-v1.1.1) (2022-08-02) + + +### Bug Fixes + +* test release ([5a3db59](https://github.com/haiilo/ngx-intl/commit/5a3db59764bb99ac4e40ac05bd8a613101afb056)) + ## [1.1.0](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v1.0.1...ngx-intl-v1.1.0) (2022-08-02) diff --git a/projects/ngx-intl/package.json b/projects/ngx-intl/package.json index 1bbcced..d865fb3 100644 --- a/projects/ngx-intl/package.json +++ b/projects/ngx-intl/package.json @@ -1,8 +1,12 @@ { "name": "@haiilo/ngx-intl", - "version": "1.1.0", + "version": "1.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", "Intl", "Internationalization"], + "keywords": [ + "Angular", + "Intl", + "Internationalization" + ], "homepage": "https://github.com/haiilo/ngx-intl", "bugs": "https://github.com/haiilo/ngx-intl/issues", "license": "MIT",