Skip to content

Commit ac57a5d

Browse files
committed
Release 1.6.1
1 parent be5cf52 commit ac57a5d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +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.1](https://github.com/felixmosh/i18next-hmr/compare/v1.6.0...v1.6.1)
8+
9+
> 2 October 2020
10+
11+
- Bump node-fetch from 2.6.0 to 2.6.1 [`#18`](https://github.com/felixmosh/i18next-hmr/pull/18)
12+
- Reload translation when using lng-country combination, closes #19 [`#19`](https://github.com/felixmosh/i18next-hmr/issues/19)
13+
714
#### [v1.6.0](https://github.com/felixmosh/i18next-hmr/compare/v1.5.6...v1.6.0)
815

916
> 6 September 2020
1017
1118
- Add support for change in multiple files at once, closes #17 [`#17`](https://github.com/felixmosh/i18next-hmr/issues/17)
1219
- Add an example which uses next-18next without custom server. [`fc8525f`](https://github.com/felixmosh/i18next-hmr/commit/fc8525fd0757d6a69f47b80b517e4cb47ccb8fba)
1320
- Fix security warning [`bae4b8f`](https://github.com/felixmosh/i18next-hmr/commit/bae4b8f199a818d96a312e4411d8a28e828e27d0)
21+
- Release 1.6.0 [`64c95df`](https://github.com/felixmosh/i18next-hmr/commit/64c95dfe3faffd4b9ef1a245e7478e678a26f477)
1422

1523
#### [v1.5.6](https://github.com/felixmosh/i18next-hmr/compare/v1.5.5...v1.5.6)
1624

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.0",
3+
"version": "1.6.1",
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)