Skip to content

Commit c4f1872

Browse files
committed
Release 3.1.2
1 parent 3c0dd84 commit c4f1872

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ 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.2](https://github.com/felixmosh/i18next-hmr/compare/v3.1.1...v3.1.2)
8+
9+
- build(deps): bump express from 4.18.2 to 4.19.2 in /examples/vue-i18next [`ef51cbb`](https://github.com/felixmosh/i18next-hmr/commit/ef51cbbdeec6e9ee8f77ce2857b7d8b46ceca4c2)
10+
- fix: typescript types defs [`3c0dd84`](https://github.com/felixmosh/i18next-hmr/commit/3c0dd84879eb20aed4dc8dcb3c44ce5f8ab1a8da)
11+
- build(deps-dev): bump vite in /examples/vite-react-i18next [`79323f6`](https://github.com/felixmosh/i18next-hmr/commit/79323f6eea3b4c3004eef7beddedc8c06bb44aad)
12+
713
#### [v3.1.1](https://github.com/felixmosh/i18next-hmr/compare/v3.1.0...v3.1.1)
814

15+
> 3 April 2024
16+
917
- fix: remove usage of options.backend object since it may not contain queryStringParams [`dafd1e8`](https://github.com/felixmosh/i18next-hmr/commit/dafd1e8a18d205699209c429ef64f3b96fbf22f2)
18+
- Release 3.1.1 [`87c8e01`](https://github.com/felixmosh/i18next-hmr/commit/87c8e0148febd2ff3914eb96ebf42e7fa3491f21)
1019

1120
#### [v3.1.0](https://github.com/felixmosh/i18next-hmr/compare/v3.0.4...v3.1.0)
1221

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