Skip to content

Commit 9325398

Browse files
committed
Release 1.5.6
1 parent 8dc0caa commit 9325398

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,24 @@ 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.5.6](https://github.com/felixmosh/i18next-hmr/compare/v1.5.5...v1.5.6)
8+
9+
> 26 July 2020
10+
11+
- Bump lodash from 4.17.15 to 4.17.19 [`#13`](https://github.com/felixmosh/i18next-hmr/pull/13)
12+
- Bump lodash from 4.17.15 to 4.17.19 in /examples/vue-i18next [`#15`](https://github.com/felixmosh/i18next-hmr/pull/15)
13+
- Bump lodash from 4.17.15 to 4.17.19 in /examples/next-with-next-i18next [`#14`](https://github.com/felixmosh/i18next-hmr/pull/14)
14+
- Update examples deps [`8dc0caa`](https://github.com/felixmosh/i18next-hmr/commit/8dc0caa5fe967ec025b235060547a0665228c795)
15+
- Add usage of release it [`077944d`](https://github.com/felixmosh/i18next-hmr/commit/077944da3e642108c842d5631a5a006fd3996dbf)
16+
717
#### [v1.5.5](https://github.com/felixmosh/i18next-hmr/compare/v1.5.4...v1.5.5)
818

919
> 24 June 2020
1020
1121
- Add support for backslashes paths, closes #12 [`#12`](https://github.com/felixmosh/i18next-hmr/issues/12)
1222
- Reformat the code based on prettier [`4960885`](https://github.com/felixmosh/i18next-hmr/commit/4960885161523ef9d21bcd3924e529376d43e821)
23+
- Bump v1.5.5 [`7ee8ea1`](https://github.com/felixmosh/i18next-hmr/commit/7ee8ea1c52f2cc411a7aa71620bd1a6e882e3a7d)
1324
- Create dependabot.yml [`2303562`](https://github.com/felixmosh/i18next-hmr/commit/23035627585b21353b5f23d48a792be6e49aab61)
14-
- Fix types [`db3ec46`](https://github.com/felixmosh/i18next-hmr/commit/db3ec468fa9813eaf0b2834fd67c706aeb427d44)
1525

1626
#### [v1.5.4](https://github.com/felixmosh/i18next-hmr/compare/v1.5.3...v1.5.4)
1727

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5.5",
3+
"version": "1.5.6",
44
"description": "I18Next HMR webpack plugin that allows reloading translation resources on the client & the server.",
55
"homepage": "https://github.com/felixmosh/i18next-hmr",
66
"bugs": "https://github.com/felixmosh/i18next-hmr/issues",

0 commit comments

Comments
 (0)