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

Commit 442eaa9

Browse files
authored
major release v1.0.0 (#22)
1 parent 6d9fb30 commit 442eaa9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16

27
## v0.2.1 (2020-05-11)
38

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-i18n-jest",
33
"description": "vue-jest transformer for i18n custom blocks",
4-
"version": "0.2.1",
4+
"version": "1.0.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"
@@ -52,7 +52,9 @@
5252
"engines": {
5353
"node": ">= 10"
5454
},
55-
"files": ["lib"],
55+
"files": [
56+
"lib"
57+
],
5658
"homepage": "https://github.com/intlify/vue-i18n-jest#readme",
5759
"keywords": [
5860
"i18n",

0 commit comments

Comments
 (0)