Skip to content

Commit

Permalink
chore: Bump version to 9.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Nov 19, 2024
1 parent e0896e3 commit e33f036
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

## v9.3.1 (2024-11-19)

- Resolve runtime error with CommonJS module imports from 'typescript' ([#60](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/60))
- Fix extraction of translation keys from nested function expressions ([#61](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/61))


## v9.3.0 (2024-11-18)

- Fix parser not locating `TranslateService` in private fields using the `#` syntax ([#55](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/55))
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": "9.3.0",
"version": "9.3.1",
"description": "Extract strings from projects using ngx-translate",
"author": "Kim Biesbjerg <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit e33f036

Please sign in to comment.