Skip to content

Commit ad58a68

Browse files
committed
Bump to 3.3.0
1 parent bae5852 commit ad58a68

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
# 3.2.0 - latest
3+
# 3.3.0 - latest
4+
5+
- Fix customValueTemplate interpolation of ${key} #242
6+
- Extract options as third parameter when second parameter is default value string #243 #241
7+
8+
# 3.2.0
49

510
- Fix defaultValue for plural forms #240 #212
611

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Karel Ledru",
33
"description": "Command Line tool for i18next",
44
"name": "i18next-parser",
5-
"version": "3.2.0",
5+
"version": "3.3.0",
66
"license": "MIT",
77
"main": "dist/index.js",
88
"bin": {

0 commit comments

Comments
 (0)