Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v2.0.0-rc.1 (2021-02-22)

#### :star: Features
* [#172](https://github.com/intlify/vue-cli-plugin-i18n/pull/172) feat: add some configration ([@kazupon](https://github.com/kazupon))

#### Committers: 1
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))

## v2.0.0-beta.1 (2021-01-12)

#### :star: Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-cli-plugin-i18n",
"description": "Vue CLI plugin to add vue-i18n to your Vue Project",
"version": "2.0.0-beta.1",
"version": "2.0.0-rc.1",
"author": {
"name": "kazuya kawaguchi",
"email": "kawakazu80@gmail.com"
Expand Down