File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
7
- #### [ v2.0.0] ( https://github.com/felixmosh/i18next-hmr/compare/v1.11.4...v2.0.0 )
7
+ #### [ v2.0.1] ( https://github.com/felixmosh/i18next-hmr/compare/v2.0.0...v2.0.1 )
8
+
9
+ - fix: make d.ts files express the correct type [ ` 92d0b19 ` ] ( https://github.com/felixmosh/i18next-hmr/commit/92d0b19addcc7220c04f3e7bb28180013d9d58fe )
10
+ - fix: ignore if passed an empty i18n instance [ ` 7221a35 ` ] ( https://github.com/felixmosh/i18next-hmr/commit/7221a3528c7771751b1ecf0988338114495093dd )
11
+
12
+ ### [ v2.0.0] ( https://github.com/felixmosh/i18next-hmr/compare/v1.11.4...v2.0.0 )
13
+
14
+ > 22 May 2023
8
15
9
16
- feat: use i18next plugin system to get the i18next instance. [ ` 2c60c1f ` ] ( https://github.com/felixmosh/i18next-hmr/commit/2c60c1f5779e38de687304aaf5cf483c974aa47d )
17
+ - Release 2.0.0 [ ` 7b0dc21 ` ] ( https://github.com/felixmosh/i18next-hmr/commit/7b0dc21d448be079a6a8215406dfbc490b9cb034 )
10
18
11
19
#### [ v1.11.4] ( https://github.com/felixmosh/i18next-hmr/compare/v1.11.3...v1.11.4 )
12
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " i18next-hmr" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " I18Next HMR webpack plugin that allows reloading translation resources on the client & the server." ,
5
5
"keywords" : [
6
6
" i18next" ,
You can’t perform that action at this time.
0 commit comments