Skip to content

Commit

Permalink
chore: Bump version to 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Nov 18, 2024
1 parent 3ddb57a commit 59ba643
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 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))
- Add support for the ngx-translate `_()` marker function ([#57](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/57))

## v9.2.1 (2024-07-19)

- Fix service parser to recognize the TranslateService property from an aliased superclass ([#53](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/53))
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vendure/ngx-translate-extract",
"version": "9.2.1",
"version": "9.3.0",
"description": "Extract strings from projects using ngx-translate",
"author": "Kim Biesbjerg <[email protected]>",
"license": "MIT",
Expand All @@ -17,8 +17,8 @@
"colorette": "^2.0.20",
"flat": "^6.0.1",
"gettext-parser": "^4.2.0",
"glob": "^10.3.0",
"json5": "^2.2.3",
"glob": "^10.3.0",
"json5": "^2.2.3",
"tsconfig": "^7.0.0",
"yargs": "^17.7.2"
},
Expand Down

0 comments on commit 59ba643

Please sign in to comment.