diff --git a/CHANGELOG.md b/CHANGELOG.md index 22fe6f1b2..4bb86cd4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +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.1 (2022-03-29) + +#### :zap: Improved Features +* [#1488](https://github.com/kazupon/vue-i18n/pull/1488) Allow colon in locale message keys used in linked locale messages ([@ax-jmckenzie](https://github.com/ax-jmckenzie)) + +#### :pencil: Documentation +* [#1462](https://github.com/kazupon/vue-i18n/pull/1462) Restrict version to 8 for installing npm package ([@arpi17](https://github.com/arpi17)) + +#### Committers: 2 +- James McKenzie ([@ax-jmckenzie](https://github.com/ax-jmckenzie)) +- Árpád Illyés ([@arpi17](https://github.com/arpi17)) + ## v8.27.0 (2022-01-21) #### :star: New Features diff --git a/package.json b/package.json index 882e63da7..672c50fb6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-i18n", "description": "Internationalization plugin for Vue.js", - "version": "8.27.0", + "version": "8.27.1", "author": { "name": "kazuya kawaguchi", "email": "kawakazu80@gmail.com"