Skip to content

Commit 87c8e01

Browse files
committed
Release 3.1.1
1 parent dafd1e8 commit 87c8e01

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +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+
#### [v3.1.1](https://github.com/felixmosh/i18next-hmr/compare/v3.1.0...v3.1.1)
8+
9+
- fix: remove usage of options.backend object since it may not contain queryStringParams [`dafd1e8`](https://github.com/felixmosh/i18next-hmr/commit/dafd1e8a18d205699209c429ef64f3b96fbf22f2)
10+
711
#### [v3.1.0](https://github.com/felixmosh/i18next-hmr/compare/v3.0.4...v3.1.0)
812

13+
> 3 April 2024
14+
915
- feat: simplify webpack plugin to just inject a loader to user config instead of using NMF, to add support for RSPack [`da36693`](https://github.com/felixmosh/i18next-hmr/commit/da36693af853b37d58c086c4882776e34d864ff4)
1016
- build(deps): bump express in /examples/next-with-next-i18next [`d1ebe30`](https://github.com/felixmosh/i18next-hmr/commit/d1ebe3021c204e7023e07e5f24fd559d0709b1ed)
1117
- build(deps): bump express in /examples/react-i18next [`cfea2a8`](https://github.com/felixmosh/i18next-hmr/commit/cfea2a83bee90394962ce4b3a7b7b66176c4c296)

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": "3.1.0",
3+
"version": "3.1.1",
44
"description": "I18Next HMR🔥 webpack / vite plugin that allows reload translation resources instantly on the client & the server.",
55
"keywords": [
66
"i18next",

0 commit comments

Comments
 (0)