Skip to content

Commit

Permalink
chore(main): release ngx-intl 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed May 26, 2023
1 parent f62e72f commit e44c92a
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.1.0"
"projects/ngx-intl": "2.1.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.1.1](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.1.0...ngx-intl-v2.1.1) (2023-05-26)


### Bug Fixes

* update code documentation ([f62e72f](https://github.com/haiilo/ngx-intl/commit/f62e72ffa478ebbf93f9ca19076e22434afe7993))

## [2.1.0](https://github.com/haiilo/ngx-intl/compare/ngx-intl-v2.0.1...ngx-intl-v2.1.0) (2023-05-24)


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.1.0",
"version": "2.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",
Expand Down

0 comments on commit e44c92a

Please sign in to comment.