Skip to content

Commit c3f397b

Browse files
committed
Release 1.7.0
1 parent afef331 commit c3f397b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.7.0](https://github.com/felixmosh/i18next-hmr/compare/v1.6.3...v1.7.0)
8+
9+
- Bump ini from 1.3.5 to 1.3.8 in /examples/razzle-ssr [`#24`](https://github.com/felixmosh/i18next-hmr/pull/24)
10+
- 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+
- Add webpack 5 support, closes #26 [`#26`](https://github.com/felixmosh/i18next-hmr/issues/26)
12+
- Bump deps [`55d8773`](https://github.com/felixmosh/i18next-hmr/commit/55d87739f4b3c1cdb7fa34f62764a5688ab416ac)
13+
- 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)
15+
716
#### [v1.6.3](https://github.com/felixmosh/i18next-hmr/compare/v1.6.2...v1.6.3)
817

918
> 12 December 2020
@@ -12,7 +21,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1221
- Bump ini from 1.3.5 to 1.3.8 in /examples/vue-i18next [`#22`](https://github.com/felixmosh/i18next-hmr/pull/22)
1322
- Bump deps [`6173642`](https://github.com/felixmosh/i18next-hmr/commit/61736425c3ce094dc39112942c0d7ee45243d57a)
1423
- 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)
24+
- Release 1.6.3 [`448c2ee`](https://github.com/felixmosh/i18next-hmr/commit/448c2ee0cb8ce5af6bf0fa4074a506377e9f3190)
1625

1726
#### [v1.6.2](https://github.com/felixmosh/i18next-hmr/compare/v1.6.1...v1.6.2)
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.6.3",
3+
"version": "1.7.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)