Skip to content

Commit 27cabf1

Browse files
authored
major release v4.0.0 (#170)
1 parent 4be7065 commit 27cabf1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

2+
## v4.0.0 (2022-12-19)
3+
4+
#### :boom: Breaking Change
5+
* [#168](https://github.com/intlify/vue-i18n-extensions/pull/168) drop node v12 ([@kazupon](https://github.com/kazupon))
6+
7+
#### :pencil: Documentation
8+
* [#141](https://github.com/intlify/vue-i18n-extensions/pull/141) Add parallel: false to vue-loader example ([@lucaswerkmeister](https://github.com/lucaswerkmeister))
9+
10+
#### Committers: 3
11+
- Kasper Seweryn ([@wvffle](https://github.com/wvffle))
12+
- Lucas Werkmeister ([@lucaswerkmeister](https://github.com/lucaswerkmeister))
13+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
14+
15+
216
## v3.0.0 (2021-08-09)
317

418
#### :star: 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": "3.0.0",
4+
"version": "4.0.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)