Skip to content

Commit a598557

Browse files
committed
Release 3.1.0
1 parent da36693 commit a598557

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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.0](https://github.com/felixmosh/i18next-hmr/compare/v3.0.4...v3.1.0)
8+
9+
- 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)
10+
- build(deps): bump express in /examples/next-with-next-i18next [`d1ebe30`](https://github.com/felixmosh/i18next-hmr/commit/d1ebe3021c204e7023e07e5f24fd559d0709b1ed)
11+
- build(deps): bump express in /examples/react-i18next [`cfea2a8`](https://github.com/felixmosh/i18next-hmr/commit/cfea2a83bee90394962ce4b3a7b7b66176c4c296)
12+
713
#### [v3.0.4](https://github.com/felixmosh/i18next-hmr/compare/v3.0.3...v3.0.4)
814

15+
> 14 December 2023
16+
917
- Revert "build(deps): bump next in /examples/next-with-next-i18next" [`00d3afc`](https://github.com/felixmosh/i18next-hmr/commit/00d3afc3f23bc8c3bf6e17d898d815c383fd75fa)
1018
- build(deps): bump next in /examples/next-with-next-i18next [`01045b0`](https://github.com/felixmosh/i18next-hmr/commit/01045b0737db156b2823189f68d43bad218c3fcd)
1119
- build(deps): bump @babel/traverse in /examples/vue-i18next [`25c8d9a`](https://github.com/felixmosh/i18next-hmr/commit/25c8d9ac89e842cafaae4ae2c326cdce1ed9b417)

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