diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb86cd4..92e8ea5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ -Version 9 of Highlight.js has reached EOL and is no longer supported. -Please upgrade or ask whatever dependency you are using to upgrade. -https://github.com/highlightjs/highlight.js/issues/2877 +## v8.27.2 (2022-06-20) + +#### :bug: Bug Fixes +* [#1512](https://github.com/kazupon/vue-i18n/pull/1512) Allow modifiers names in pascalCase ([@nofacez](https://github.com/nofacez)) + +#### :pencil: Documentation +* [#1505](https://github.com/kazupon/vue-i18n/pull/1505) Update interpolation.md ([@victor1014](https://github.com/victor1014)) + +#### Committers: 2 +- Mikhail ([@nofacez](https://github.com/nofacez)) +- Victor ([@victor1014](https://github.com/victor1014)) ## v8.27.1 (2022-03-29) @@ -34,10 +42,6 @@ https://github.com/highlightjs/highlight.js/issues/2877 - Flo Edelmann ([@FloEdelmann](https://github.com/FloEdelmann)) - kazuya kawaguchi ([@kazupon](https://github.com/kazupon)) -Version 9 of Highlight.js has reached EOL and is no longer supported. -Please upgrade or ask whatever dependency you are using to upgrade. -https://github.com/highlightjs/highlight.js/issues/2877 - ## v8.26.7 (2021-11-02) #### :bug: Bug Fixes diff --git a/package.json b/package.json index 176444a9..53bb494f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-i18n", "description": "Internationalization plugin for Vue.js", - "version": "8.27.1", + "version": "8.27.2", "author": { "name": "kazuya kawaguchi", "email": "kawakazu80@gmail.com"