Skip to content

Commit

Permalink
chore(main): release ngx-intl 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Aug 9, 2022
1 parent 371adf2 commit 42dc1b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"projects/ngx-intl": "2.0.0"
"projects/ngx-intl": "2.0.1"
}
7 changes: 7 additions & 0 deletions projects/ngx-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.0.0...ngx-intl-v2.0.1) (2022-08-09)


### Bug Fixes

* injection of date pipe not working in timeago pipe ([371adf2](https://github.com/haiilo/ngx-intl/commit/371adf29359ac7c1acf35321813c5b5d92e05c36))

## [2.0.0](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v1.4.0...ngx-intl-v2.0.0) (2022-08-08)


Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@haiilo/ngx-intl",
"version": "2.0.0",
"version": "2.0.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",
Expand Down

0 comments on commit 42dc1b7

Please sign in to comment.