Skip to content

Commit f845375

Browse files
committed
Release 1.11.0
1 parent 0253f0a commit f845375

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +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+
#### [v1.11.0](https://github.com/felixmosh/i18next-hmr/compare/v1.10.0...v1.11.0)
8+
9+
- feat: pass changed files list to i18next getter, #118 [`0253f0a`](https://github.com/felixmosh/i18next-hmr/commit/0253f0a2f31db4d9caf096f8c1db7daf59f3399a)
10+
711
#### [v1.10.0](https://github.com/felixmosh/i18next-hmr/compare/v1.9.0...v1.10.0)
812

13+
> 11 August 2022
14+
915
- feat: Add support for watching multiple locales dirs, #116 [`5302b06`](https://github.com/felixmosh/i18next-hmr/commit/5302b06010725b0c280ef7fa5f679fd295634f5b)
16+
- Release 1.10.0 [`ed603da`](https://github.com/felixmosh/i18next-hmr/commit/ed603da15d3496cf08a979f6585a5581ec72e21d)
1017

1118
#### [v1.9.0](https://github.com/felixmosh/i18next-hmr/compare/v1.8.1...v1.9.0)
1219

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