Skip to content

Commit 9dd0a9c

Browse files
committed
Release 1.11.1
1 parent f571dc1 commit 9dd0a9c

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+
#### [v1.11.1](https://github.com/felixmosh/i18next-hmr/compare/v1.11.0...v1.11.1)
8+
9+
- Bump express from 4.17.1 to 4.18.2 in /examples/vue-i18next [`f571dc1`](https://github.com/felixmosh/i18next-hmr/commit/f571dc16dd076546a7e7895a6a0ca8f1d88555d8)
10+
- Bump loader-utils from 1.4.0 to 1.4.1 in /examples/vue-i18next [`4cf7127`](https://github.com/felixmosh/i18next-hmr/commit/4cf7127d35123347ced7e650d4b09ec1bbea2374)
11+
- Bump vm2 from 3.9.10 to 3.9.11 [`187b33c`](https://github.com/felixmosh/i18next-hmr/commit/187b33c239012bac65e0a84f4957d268f969e560)
12+
713
#### [v1.11.0](https://github.com/felixmosh/i18next-hmr/compare/v1.10.0...v1.11.0)
814

15+
> 16 August 2022
16+
917
- feat: pass changed files list to i18next getter, #118 [`0253f0a`](https://github.com/felixmosh/i18next-hmr/commit/0253f0a2f31db4d9caf096f8c1db7daf59f3399a)
18+
- Release 1.11.0 [`f845375`](https://github.com/felixmosh/i18next-hmr/commit/f845375fb4218e72b3574a135871a2a366cb5fad)
1019

1120
#### [v1.10.0](https://github.com/felixmosh/i18next-hmr/compare/v1.9.0...v1.10.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": "1.11.0",
3+
"version": "1.11.1",
44
"description": "I18Next HMR webpack plugin that allows reloading translation resources on the client & the server.",
55
"keywords": [
66
"i18next",

0 commit comments

Comments
 (0)