diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f03c49..8580937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,20 @@ 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.8.0](https://github.com/felixmosh/i18next-hmr/compare/v1.7.8...v1.8.0) + +- Add next-i18next v11 example, closes #32 [`#32`](https://github.com/felixmosh/i18next-hmr/issues/32) +- Update examples [`e171edc`](https://github.com/felixmosh/i18next-hmr/commit/e171edcc4c0288fb0c6c4ffa84303e7f6111b513) +- Remove webpack 5 example [`0c02c24`](https://github.com/felixmosh/i18next-hmr/commit/0c02c246e483ccb4fcccc2be1269989b0db69f41) +- feat: add the ability to pass a getter for i18n instance [`574deab`](https://github.com/felixmosh/i18next-hmr/commit/574deabdd45d129ec76858cd443e9da16b46401d) + #### [v1.7.8](https://github.com/felixmosh/i18next-hmr/compare/v1.7.7...v1.7.8) +> 19 July 2022 + - Bump deps [`ed7c5eb`](https://github.com/felixmosh/i18next-hmr/commit/ed7c5eb5a92ad1651b3e9b59ca60d5da7ea64c11) - feat: Add support for WatchIgnorePlugin [`1d9ce13`](https://github.com/felixmosh/i18next-hmr/commit/1d9ce13906e4af20e89c362b1ed6a03fdd621098) -- Bump eventsource from 1.1.0 to 1.1.1 in /examples/react-i18next [`101b9e1`](https://github.com/felixmosh/i18next-hmr/commit/101b9e1a815f109a197c6bc3fa5c7ad7c2f5c478) +- Release 1.7.8 [`8949044`](https://github.com/felixmosh/i18next-hmr/commit/8949044cfe083ddb65790dfc22d9bc858cafe3ae) #### [v1.7.7](https://github.com/felixmosh/i18next-hmr/compare/v1.7.6...v1.7.7) diff --git a/package.json b/package.json index dfc6de2..121bb7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "i18next-hmr", - "version": "1.7.8", + "version": "1.8.0", "description": "I18Next HMR webpack plugin that allows reloading translation resources on the client & the server.", "keywords": [ "i18next",