Skip to content

Commit 6428bee

Browse files
committed
Release 1.7.1
1 parent bef118e commit 6428bee

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +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.7.1](https://github.com/felixmosh/i18next-hmr/compare/v1.7.0...v1.7.1)
8+
9+
- Move from circleCi to github actions [`0959cba`](https://github.com/felixmosh/i18next-hmr/commit/0959cba2b2d06d9372a3c853538a897b2f0ab2b4)
10+
- Update Readme [`bef118e`](https://github.com/felixmosh/i18next-hmr/commit/bef118e01b926b57f682502a735ad9c6833e9dd9)
11+
712
#### [v1.7.0](https://github.com/felixmosh/i18next-hmr/compare/v1.6.3...v1.7.0)
813

14+
> 15 January 2021
15+
916
- Bump ini from 1.3.5 to 1.3.8 in /examples/razzle-ssr [`#24`](https://github.com/felixmosh/i18next-hmr/pull/24)
1017
- 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)
1118
- Add webpack 5 support, closes #26 [`#26`](https://github.com/felixmosh/i18next-hmr/issues/26)
1219
- Bump deps [`55d8773`](https://github.com/felixmosh/i18next-hmr/commit/55d87739f4b3c1cdb7fa34f62764a5688ab416ac)
1320
- 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)
21+
- Release 1.7.0 [`c3f397b`](https://github.com/felixmosh/i18next-hmr/commit/c3f397b0df4ee86b169dd8999b448232fc77c2a2)
1522

1623
#### [v1.6.3](https://github.com/felixmosh/i18next-hmr/compare/v1.6.2...v1.6.3)
1724

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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "i18next-hmr",
3-
"version": "1.7.0",
3+
"version": "1.7.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",
@@ -23,7 +23,6 @@
2323
],
2424
"author": "felixmosh",
2525
"license": "MIT",
26-
"dependencies": {},
2726
"devDependencies": {
2827
"@types/jest": "^25.2.3",
2928
"@types/node": "^13.13.38",

0 commit comments

Comments
 (0)