File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,19 @@ 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
+ #### [ v3.0.0] ( https://github.com/felixmosh/i18next-hmr/compare/v2.0.1...v3.0.0 )
8
+
9
+ - Bump deps [ ` 0b74d59 ` ] ( https://github.com/felixmosh/i18next-hmr/commit/0b74d595a0fabf128767a33be776301f311bba84 )
10
+ - Add Vite tests [ ` 62afadd ` ] ( https://github.com/felixmosh/i18next-hmr/commit/62afaddb2a24b9f848a858df45de8d6488c2136e )
11
+ - Initial support for Vite [ ` d86229f ` ] ( https://github.com/felixmosh/i18next-hmr/commit/d86229faa5a879d290ba7bae872cd2644f8e3cbb )
12
+
7
13
#### [ v2.0.1] ( https://github.com/felixmosh/i18next-hmr/compare/v2.0.0...v2.0.1 )
8
14
15
+ > 22 May 2023
16
+
9
17
- fix: make d.ts files express the correct type [ ` 92d0b19 ` ] ( https://github.com/felixmosh/i18next-hmr/commit/92d0b19addcc7220c04f3e7bb28180013d9d58fe )
10
18
- fix: ignore if passed an empty i18n instance [ ` 7221a35 ` ] ( https://github.com/felixmosh/i18next-hmr/commit/7221a3528c7771751b1ecf0988338114495093dd )
19
+ - Release 2.0.1 [ ` 4bff183 ` ] ( https://github.com/felixmosh/i18next-hmr/commit/4bff183bb3037be2d193b0f677b91d661dcbb6de )
11
20
12
21
### [ v2.0.0] ( https://github.com/felixmosh/i18next-hmr/compare/v1.11.4...v2.0.0 )
13
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " i18next-hmr" ,
3
- "version" : " 2 .0.1 " ,
4
- "description" : " I18Next HMR\uD83D\uDD25 webpack / vite plugin that allows reload translation resources instantly on the client & the server." ,
3
+ "version" : " 3 .0.0 " ,
4
+ "description" : " I18Next HMR🔥 webpack / vite plugin that allows reload translation resources instantly on the client & the server." ,
5
5
"keywords" : [
6
6
" i18next" ,
7
7
" HMR" ,
You can’t perform that action at this time.
0 commit comments