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

Commit 6af9061

Browse files
authored
minor release v1.1.0 (#33)
* minor release v1.1.0 * update changelog
1 parent 17585fe commit 6af9061

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

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

2+
## v1.1.0 (2021-06-09)
53

4+
#### :star: Features
5+
* [#29](https://github.com/intlify/vue-i18n-jest/pull/29) Add support for locale attribute on i18n block ([@wolfgangwalther](https://github.com/wolfgangwalther))
6+
7+
#### :boom: Breaking Change
8+
* [#32](https://github.com/intlify/vue-i18n-jest/pull/32) drop node v10 ([@kazupon](https://github.com/kazupon))
9+
10+
#### Committers: 2
11+
- Wolfgang Walther ([@wolfgangwalther](https://github.com/wolfgangwalther))
12+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
613

714
## v0.2.1 (2020-05-11)
815

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-jest",
33
"description": "vue-jest transformer for i18n custom blocks",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)