Skip to content

Commit

Permalink
chore: Bump version to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Feb 5, 2024
1 parent 35af7eb commit 2108fca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v9.1.0 (2024-02-05)

- Add support for caching via the new `--cache-file` option ([#38](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/38))

## v9.0.3 (2023-11-28)

- Fix `RangeError: Maximum call stack size exceeded` on nested templates ([#34](https://github.com/vendure-ecommerce/ngx-translate-extract/pull/34))
Expand Down
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.0.3",
"version": "9.1.0",
"description": "Extract strings from projects using ngx-translate",
"author": "Kim Biesbjerg <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 2108fca

Please sign in to comment.