Skip to content

Commit 448c2ee

Browse files
committed
Release 1.6.3
1 parent ae6f33f commit 448c2ee

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,23 @@ 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.3](https://github.com/felixmosh/i18next-hmr/compare/v1.6.2...v1.6.3)
8+
9+
> 12 December 2020
10+
11+
- Bump ini from 1.3.5 to 1.3.8 [`#23`](https://github.com/felixmosh/i18next-hmr/pull/23)
12+
- Bump ini from 1.3.5 to 1.3.8 in /examples/vue-i18next [`#22`](https://github.com/felixmosh/i18next-hmr/pull/22)
13+
- Bump deps [`6173642`](https://github.com/felixmosh/i18next-hmr/commit/61736425c3ce094dc39112942c0d7ee45243d57a)
14+
- Update issue templates [`e983cb8`](https://github.com/felixmosh/i18next-hmr/commit/e983cb86aa0329b4745623c85c5d8f7493dd52c2)
15+
- Update README.md [`88693fd`](https://github.com/felixmosh/i18next-hmr/commit/88693fd7b4d5aee062c5ad6bd86d07e43251acd8)
16+
717
#### [v1.6.2](https://github.com/felixmosh/i18next-hmr/compare/v1.6.1...v1.6.2)
818

919
> 16 October 2020
1020
1121
- 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)
1222
- Bump next in /examples/next-with-next-i18next-without-custom-server [`4ee84c8`](https://github.com/felixmosh/i18next-hmr/commit/4ee84c806ef28db9be17e46d34703c1c61e77a7f)
23+
- Release 1.6.2 [`46818c5`](https://github.com/felixmosh/i18next-hmr/commit/46818c5fa29ca046b2b828cd9c5d3bcd8c6eab11)
1324
- fix: Webpack 5 doesn't have mtimes at start [`e7a16e8`](https://github.com/felixmosh/i18next-hmr/commit/e7a16e8d0ea1ba58274a8832cfd9f01ab73dce59)
1425

1526
#### [v1.6.1](https://github.com/felixmosh/i18next-hmr/compare/v1.6.0...v1.6.1)

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