Skip to content

Commit c975dd0

Browse files
authored
major release v3.0.0 (#119)
1 parent 672f096 commit c975dd0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
## v3.0.0 (2021-08-09)
3+
4+
#### :star: Features
5+
* [#118](https://github.com/intlify/vue-i18n-extensions/pull/118) feat: support vue 3.1 ([@kazupon](https://github.com/kazupon))
6+
7+
#### :boom: Breaking Change
8+
* [#116](https://github.com/intlify/vue-i18n-extensions/pull/116) breaking: drop node v10 ([@kazupon](https://github.com/kazupon))
9+
10+
#### Committers: 1
11+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
12+
13+
214
## v2.0.1 (2021-03-27)
315

416
#### :zap: Improvement Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@intlify/vue-i18n-extensions",
33
"description": "vue-i18n extensions",
4-
"version": "2.0.1",
4+
"version": "3.0.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)