Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Apr 8, 2024
1 parent 3735a89 commit 52419b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 23.11.0

- Fix typing performance regression [2166](https://github.com/i18next/i18next/pull/2166)

## 23.10.1

- optimize getBestMatchFromCodes for https://github.com/i18next/i18next-browser-languageDetector/issues/281
Expand Down
1 change: 0 additions & 1 deletion i18next.js
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,6 @@
type: options.ordinal ? 'ordinal' : 'cardinal'
});
} catch (err) {
this.logger.warn(err);
return;
}
}
Expand Down

0 comments on commit 52419b7

Please sign in to comment.