Skip to content

Commit fc07436

Browse files
committed
Release 1.9.0
1 parent fae8a57 commit fc07436

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+
#### [v1.9.0](https://github.com/felixmosh/i18next-hmr/compare/v1.8.1...v1.9.0)
8+
9+
- feat: add support for options.lng, options.fallbackLng, options.supportedLngs as a language source [`fae8a57`](https://github.com/felixmosh/i18next-hmr/commit/fae8a57132350dd56e176a18ecb379adf063999f)
10+
- feat: add support for strict language detection [`ea6a877`](https://github.com/felixmosh/i18next-hmr/commit/ea6a877bd1a4047784cd45a819bbcce43ea5e306)
11+
- feat: add support for fallbackNS [`3cd4326`](https://github.com/felixmosh/i18next-hmr/commit/3cd432663591e73cc4166225e14a4436eabcdc81)
12+
713
#### [v1.8.1](https://github.com/felixmosh/i18next-hmr/compare/v1.8.0...v1.8.1)
814

15+
> 20 July 2022
16+
917
- Bump deps [`844a4ae`](https://github.com/felixmosh/i18next-hmr/commit/844a4ae945050cbceb61227fe3af5b48227d1482)
1018
- Bump terser from 4.8.0 to 4.8.1 in /examples/vue-i18next [`e88c511`](https://github.com/felixmosh/i18next-hmr/commit/e88c511b8b77c47abd27e830beea0f4ec9e5597e)
11-
- Update version [`c9814b7`](https://github.com/felixmosh/i18next-hmr/commit/c9814b7d8c84f523a4e29db70ef87a7b02f8859c)
19+
- Release 1.8.1 [`99f1de0`](https://github.com/felixmosh/i18next-hmr/commit/99f1de0781f6a3e3fb2a3893afcc4a70219a6bb4)
1220

1321
#### [v1.8.0](https://github.com/felixmosh/i18next-hmr/compare/v1.7.8...v1.8.0)
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": "1.8.1",
3+
"version": "1.9.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)