Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit 74ebab6

Browse files
authored
patch release v8.27.1 (#1490)
1 parent b82fe25 commit 74ebab6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Version 9 of Highlight.js has reached EOL and is no longer supported.
2+
Please upgrade or ask whatever dependency you are using to upgrade.
3+
https://github.com/highlightjs/highlight.js/issues/2877
4+
5+
## v8.27.1 (2022-03-29)
6+
7+
#### :zap: Improved Features
8+
* [#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))
9+
10+
#### :pencil: Documentation
11+
* [#1462](https://github.com/kazupon/vue-i18n/pull/1462) Restrict version to 8 for installing npm package ([@arpi17](https://github.com/arpi17))
12+
13+
#### Committers: 2
14+
- James McKenzie ([@ax-jmckenzie](https://github.com/ax-jmckenzie))
15+
- Árpád Illyés ([@arpi17](https://github.com/arpi17))
16+
117
## v8.27.0 (2022-01-21)
218

319
#### :star: New Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-i18n",
33
"description": "Internationalization plugin for Vue.js",
4-
"version": "8.27.0",
4+
"version": "8.27.1",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)