Skip to content

Commit 46818c5

Browse files
committed
Release 1.6.2
1 parent e7a16e8 commit 46818c5

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.6.2](https://github.com/felixmosh/i18next-hmr/compare/v1.6.1...v1.6.2)
8+
9+
> 16 October 2020
10+
11+
- Bump next from 9.5.0 to 9.5.4 in /examples/next-with-next-i18next-without-custom-server [`#21`](https://github.com/felixmosh/i18next-hmr/pull/21)
12+
- Bump next in /examples/next-with-next-i18next-without-custom-server [`4ee84c8`](https://github.com/felixmosh/i18next-hmr/commit/4ee84c806ef28db9be17e46d34703c1c61e77a7f)
13+
- fix: Webpack 5 doesn't have mtimes at start [`e7a16e8`](https://github.com/felixmosh/i18next-hmr/commit/e7a16e8d0ea1ba58274a8832cfd9f01ab73dce59)
14+
715
#### [v1.6.1](https://github.com/felixmosh/i18next-hmr/compare/v1.6.0...v1.6.1)
816

917
> 2 October 2020
1018
1119
- Bump node-fetch from 2.6.0 to 2.6.1 [`#18`](https://github.com/felixmosh/i18next-hmr/pull/18)
1220
- Reload translation when using lng-country combination, closes #19 [`#19`](https://github.com/felixmosh/i18next-hmr/issues/19)
21+
- Release 1.6.1 [`ac57a5d`](https://github.com/felixmosh/i18next-hmr/commit/ac57a5dd0f6d9c485f754980a23f50b072f693a4)
1322

1423
#### [v1.6.0](https://github.com/felixmosh/i18next-hmr/compare/v1.5.6...v1.6.0)
1524

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "i18next-hmr",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "I18Next HMR webpack plugin that allows reloading translation resources on the client & the server.",
55
"homepage": "https://github.com/felixmosh/i18next-hmr",
66
"bugs": "https://github.com/felixmosh/i18next-hmr/issues",

0 commit comments

Comments
 (0)