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

Commit 0726249

Browse files
authored
minor release v2.3.0 (#110)
1 parent 8ee092b commit 0726249

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

2+
## v2.3.0 (2021-07-01)
3+
4+
#### :star: Features
5+
* [#109](https://github.com/intlify/vite-plugin-vue-i18n/pull/109) feat: add default lang and global scope plugin options for SFC `i18n` custom block ([@userquin](https://github.com/userquin))
6+
7+
#### Committers: 1
8+
- [@userquin](https://github.com/userquin)
9+
10+
211
## v2.2.1 (2021-06-07)
312

413
#### :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/vite-plugin-vue-i18n",
33
"description": "Vite plugin for i18n resource pre-compilation and custom blocks",
4-
"version": "2.2.1",
4+
"version": "2.3.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "kawakazu80@gmail.com"

0 commit comments

Comments
 (0)