File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,21 @@ 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
+ #### [ v1.7.1] ( https://github.com/felixmosh/i18next-hmr/compare/v1.7.0...v1.7.1 )
8
+
9
+ - Move from circleCi to github actions [ ` 0959cba ` ] ( https://github.com/felixmosh/i18next-hmr/commit/0959cba2b2d06d9372a3c853538a897b2f0ab2b4 )
10
+ - Update Readme [ ` bef118e ` ] ( https://github.com/felixmosh/i18next-hmr/commit/bef118e01b926b57f682502a735ad9c6833e9dd9 )
11
+
7
12
#### [ v1.7.0] ( https://github.com/felixmosh/i18next-hmr/compare/v1.6.3...v1.7.0 )
8
13
14
+ > 15 January 2021
15
+
9
16
- Bump ini from 1.3.5 to 1.3.8 in /examples/razzle-ssr [ ` #24 ` ] ( https://github.com/felixmosh/i18next-hmr/pull/24 )
10
17
- Bump ini from 1.3.5 to 1.3.8 in /examples/next-with-next-i18next-without-custom-server [ ` #25 ` ] ( https://github.com/felixmosh/i18next-hmr/pull/25 )
11
18
- Add webpack 5 support, closes #26 [ ` #26 ` ] ( https://github.com/felixmosh/i18next-hmr/issues/26 )
12
19
- Bump deps [ ` 55d8773 ` ] ( https://github.com/felixmosh/i18next-hmr/commit/55d87739f4b3c1cdb7fa34f62764a5688ab416ac )
13
20
- Bump dev-deps [ ` d4604c9 ` ] ( https://github.com/felixmosh/i18next-hmr/commit/d4604c9f96db9fe50e85b68ad74d16b2174dfa4e )
14
- - Update bug_report.md [ ` eb78fd1 ` ] ( https://github.com/felixmosh/i18next-hmr/commit/eb78fd1a79af33f8ca6bc76fe38736a39aa08931 )
21
+ - Release 1.7.0 [ ` c3f397b ` ] ( https://github.com/felixmosh/i18next-hmr/commit/c3f397b0df4ee86b169dd8999b448232fc77c2a2 )
15
22
16
23
#### [ v1.6.3] ( https://github.com/felixmosh/i18next-hmr/compare/v1.6.2...v1.6.3 )
17
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " i18next-hmr" ,
3
- "version" : " 1.7.0 " ,
3
+ "version" : " 1.7.1 " ,
4
4
"description" : " I18Next HMR webpack plugin that allows reloading translation resources on the client & the server." ,
5
5
"homepage" : " https://github.com/felixmosh/i18next-hmr" ,
6
6
"bugs" : " https://github.com/felixmosh/i18next-hmr/issues" ,
23
23
],
24
24
"author" : " felixmosh" ,
25
25
"license" : " MIT" ,
26
- "dependencies" : {},
27
26
"devDependencies" : {
28
27
"@types/jest" : " ^25.2.3" ,
29
28
"@types/node" : " ^13.13.38" ,
You can’t perform that action at this time.
0 commit comments