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

Commit 2517504

Browse files
authored
minor release v2.2.0 (#105)
1 parent e4658c4 commit 2517504

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.2.0 (2021-06-06)
3+
4+
#### :bug: Bug Fixes
5+
* [#103](https://github.com/intlify/vite-plugin-vue-i18n/pull/103) fix HMR for Static bundle importing resources ([@kazupon](https://github.com/kazupon))
6+
7+
#### :zap: Improvement Features
8+
* [#104](https://github.com/intlify/vite-plugin-vue-i18n/pull/104) improve `@intlify/vite-plugin-vue-i18n/messages` typing ([@kazupon](https://github.com/kazupon))
9+
10+
#### Committers: 1
11+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
12+
13+
214
## v2.1.2 (2021-04-09)
315

416
#### :bug: Bug Fixes

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.1.2",
4+
"version": "2.2.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)