diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f83f9ea..d1e7ca5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "projects/ngx-intl": "2.0.1" + "projects/ngx-intl": "2.1.0" } diff --git a/projects/ngx-intl/CHANGELOG.md b/projects/ngx-intl/CHANGELOG.md index 23da41d..50b1ff8 100644 --- a/projects/ngx-intl/CHANGELOG.md +++ b/projects/ngx-intl/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.0](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.0.1...ngx-intl-v2.1.0) (2023-05-24) + + +### Features + +* add live updates to timeago pipe ([33d9990](https://github.com/haiilo/ngx-intl/commit/33d9990b55fa38cdad8da034c4fddb49ebefb6cc)) +* set numeric to auto for relative date time formatting ([6f99292](https://github.com/haiilo/ngx-intl/commit/6f99292a66ff52d70fb6587fc0063f0fff819667)) + ## [2.0.1](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.0.0...ngx-intl-v2.0.1) (2022-08-09) diff --git a/projects/ngx-intl/package.json b/projects/ngx-intl/package.json index 816da1e..39a3dec 100644 --- a/projects/ngx-intl/package.json +++ b/projects/ngx-intl/package.json @@ -1,6 +1,6 @@ { "name": "@haiilo/ngx-intl", - "version": "2.0.1", + "version": "2.1.0", "description": "Standalone Angular pipes using the ECMAScript Internationalization API, which provides language sensitive string comparison, number formatting, and date and time formatting.", "keywords": [ "Angular",