Skip to content

Commit 64c95df

Browse files
committed
Release 1.6.0
1 parent d994cd1 commit 64c95df

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,6 +4,14 @@ 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.0](https://github.com/felixmosh/i18next-hmr/compare/v1.5.6...v1.6.0)
8+
9+
> 6 September 2020
10+
11+
- Add support for change in multiple files at once, closes #17 [`#17`](https://github.com/felixmosh/i18next-hmr/issues/17)
12+
- Add an example which uses next-18next without custom server. [`fc8525f`](https://github.com/felixmosh/i18next-hmr/commit/fc8525fd0757d6a69f47b80b517e4cb47ccb8fba)
13+
- Fix security warning [`bae4b8f`](https://github.com/felixmosh/i18next-hmr/commit/bae4b8f199a818d96a312e4411d8a28e828e27d0)
14+
715
#### [v1.5.6](https://github.com/felixmosh/i18next-hmr/compare/v1.5.5...v1.5.6)
816

917
> 26 July 2020
@@ -13,6 +21,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1321
- Bump lodash from 4.17.15 to 4.17.19 in /examples/next-with-next-i18next [`#14`](https://github.com/felixmosh/i18next-hmr/pull/14)
1422
- Update examples deps [`8dc0caa`](https://github.com/felixmosh/i18next-hmr/commit/8dc0caa5fe967ec025b235060547a0665228c795)
1523
- Add usage of release it [`077944d`](https://github.com/felixmosh/i18next-hmr/commit/077944da3e642108c842d5631a5a006fd3996dbf)
24+
- Release 1.5.6 [`9325398`](https://github.com/felixmosh/i18next-hmr/commit/9325398d93238953e4abc6e2b94702f3f94f08ca)
1625

1726
#### [v1.5.5](https://github.com/felixmosh/i18next-hmr/compare/v1.5.4...v1.5.5)
1827

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