Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 370ef9f

Browse files
authored
patch release v1.0.1 (#101)
1 parent ce97c06 commit 370ef9f

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+
## v1.0.1 (2020-04-24)
3+
4+
#### :bug: Bug Fixes
5+
* [#100](https://github.com/kazupon/vue-cli-plugin-i18n/pull/100) fix: webpack config chainning ([@kazupon](https://github.com/kazupon))
6+
7+
#### Committers: 1
8+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
9+
10+
211
## v1.0.0 (2020-04-23)
312

413
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-cli-plugin-i18n",
33
"description": "Vue CLI plugin to add vue-i18n to your Vue Project",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "kawakazu80@gmail.com"

0 commit comments

Comments
 (0)