Skip to content

Commit

Permalink
Bump to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
karellm committed Jul 27, 2024
1 parent cb86d63 commit 5d45fe4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Changelog

# 9.0.1

- Fix plurals not being detected when count is a CallExpression #1022 #1015
- Use utf-8 as default encoding to read files #992
- Update dependencies

# 9.0.0

- Custom contextSeparator fix #1008
- Remove VueLexer #1007 #617
- Fix t func in options #994 #779
- Support for Node 16 is dropped. Node 18, 20 and 22 are supported.

# 8.13.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "i18next-parser",
"description": "Command Line tool for i18next",
"version": "9.0.0",
"version": "9.0.1",
"type": "module",
"license": "MIT",
"author": "Karel Ledru",
Expand Down

0 comments on commit 5d45fe4

Please sign in to comment.