Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

Commit 5d45fe4

Browse files
committed
Bump to 9.0.1
1 parent cb86d63 commit 5d45fe4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# Changelog
22

3+
# 9.0.1
4+
5+
- Fix plurals not being detected when count is a CallExpression #1022 #1015
6+
- Use utf-8 as default encoding to read files #992
7+
- Update dependencies
8+
39
# 9.0.0
410

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

916
# 8.13.0
1017

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "i18next-parser",
33
"description": "Command Line tool for i18next",
4-
"version": "9.0.0",
4+
"version": "9.0.1",
55
"type": "module",
66
"license": "MIT",
77
"author": "Karel Ledru",

0 commit comments

Comments
 (0)