Skip to content

Commit

Permalink
chore: Bump version to 8.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Sep 27, 2023
1 parent d5deebc commit a20fcab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v8.2.3 (2023-09-27)
- Enable extraction from subclasses without declaration ([#21](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/21))
- Fix chained function calls ([#21](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/21))
- Add tests ([#21](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/21))
- Extract translations when service injected using `inject()` function ([#22](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/22))

## v8.2.2 (2023-08-10)
- Fix extraction error with --null-as-default-value ([#18](https://github.com/vendure-ecommerce/ngx-translate-extract/issues/18))

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/ngx-translate-extract",
"version": "8.2.2",
"version": "8.2.3",
"description": "Extract strings from projects using ngx-translate",
"author": "Kim Biesbjerg <kim@biesbjerg.com>",
"license": "MIT",
Expand Down

0 comments on commit a20fcab

Please sign in to comment.