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

Commit 3326900

Browse files
authored
prerelease release v2.0.0-rc.2 (#66)
1 parent fee4174 commit 3326900

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+
## v2.0.0-rc.2 (2021-02-22)
3+
4+
#### :bug: Bug Fixes
5+
* [#64](https://github.com/intlify/vite-plugin-vue-i18n/pull/64) bug: fix cannot resolve.alias for array type ([@kazupon](https://github.com/kazupon))
6+
7+
#### :zap: Improvement Features
8+
* [#65](https://github.com/intlify/vite-plugin-vue-i18n/pull/65) improvement: support client types ([@kazupon](https://github.com/kazupon))
9+
10+
#### Committers: 1
11+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
12+
13+
214

315

416
## v1.0.0-beta.17 (2021-02-12)

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.0.0-rc.1",
4+
"version": "2.0.0-rc.2",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "kawakazu80@gmail.com"

0 commit comments

Comments
 (0)