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

Commit 1416203

Browse files
authored
patch release v2.0.4 (#81)
1 parent 85e093f commit 1416203

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

2+
## v2.0.4 (2021-03-19)
3+
4+
#### :bug: Bug Fixes
5+
* [#80](https://github.com/intlify/vite-plugin-vue-i18n/pull/80) fix: suppress console in production ([@kazupon](https://github.com/kazupon))
6+
7+
#### :zap: Improvement Features
8+
* [#79](https://github.com/intlify/vite-plugin-vue-i18n/pull/79) fix: add vue-i18n peer dependency ([@lukashass](https://github.com/lukashass))
9+
10+
#### Committers: 2
11+
- Lukas ([@lukashass](https://github.com/lukashass))
12+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
13+
14+
215
## v2.0.3 (2021-03-16)
316

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

0 commit comments

Comments
 (0)