Skip to content

Commit

Permalink
Release 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jul 26, 2020
1 parent 8dc0caa commit 9325398
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.5.6](https://github.com/felixmosh/i18next-hmr/compare/v1.5.5...v1.5.6)

> 26 July 2020
- Bump lodash from 4.17.15 to 4.17.19 [`#13`](https://github.com/felixmosh/i18next-hmr/pull/13)
- Bump lodash from 4.17.15 to 4.17.19 in /examples/vue-i18next [`#15`](https://github.com/felixmosh/i18next-hmr/pull/15)
- 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)
- Update examples deps [`8dc0caa`](https://github.com/felixmosh/i18next-hmr/commit/8dc0caa5fe967ec025b235060547a0665228c795)
- Add usage of release it [`077944d`](https://github.com/felixmosh/i18next-hmr/commit/077944da3e642108c842d5631a5a006fd3996dbf)

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18next-hmr",
"version": "1.5.5",
"version": "1.5.6",
"description": "I18Next HMR webpack plugin that allows reloading translation resources on the client & the server.",
"homepage": "https://github.com/felixmosh/i18next-hmr",
"bugs": "https://github.com/felixmosh/i18next-hmr/issues",
Expand Down

0 comments on commit 9325398

Please sign in to comment.