Skip to content

Commit 859a9f8

Browse files
committed
Release 3.1.3
1 parent 5ee107f commit 859a9f8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ 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.3](https://github.com/felixmosh/i18next-hmr/compare/v3.1.2...v3.1.3)
8+
9+
- build(deps): bump braces from 3.0.2 to 3.0.3 in /examples/react-i18next [`adc08ca`](https://github.com/felixmosh/i18next-hmr/commit/adc08ca90fba514520876bad80056de571f004b9)
10+
- build(deps): bump braces from 3.0.2 to 3.0.3 [`84b4871`](https://github.com/felixmosh/i18next-hmr/commit/84b48719feb235f11ad12d6163413b227679903d)
11+
- fix: move modification of queryString to try block [`5ee107f`](https://github.com/felixmosh/i18next-hmr/commit/5ee107f7e0a9f684d20dd145e1defd312e81ec71)
12+
713
#### [v3.1.2](https://github.com/felixmosh/i18next-hmr/compare/v3.1.1...v3.1.2)
814

15+
> 4 April 2024
16+
917
- 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)
1018
- 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)
19+
- Release 3.1.2 [`c4f1872`](https://github.com/felixmosh/i18next-hmr/commit/c4f187271cc08b5bd3ccc85833a690dd6df16dec)
1220

1321
#### [v3.1.1](https://github.com/felixmosh/i18next-hmr/compare/v3.1.0...v3.1.1)
1422

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