From 9325398d93238953e4abc6e2b94702f3f94f08ca Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Sun, 26 Jul 2020 11:27:37 +0300 Subject: [PATCH] Release 1.5.6 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a217d..574bce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 283f7e9..2bb3a7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "i18next-hmr", - "version": "1.5.5", + "version": "1.5.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c2839ce..07f87b4 100644 --- a/package.json +++ b/package.json @@ -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",