Skip to content
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

## v9.0.0-beta.4 (2020-10-01)

#### :star: Features
* [#126](https://github.com/intlify/vue-i18n-next/pull/126) feat: vue-devtools plugin ([@kazupon](https://github.com/kazupon))

#### :chart_with_upwards_trend: Performance Fixes
* [#125](https://github.com/intlify/vue-i18n-next/pull/125) fix: tree shaking optimaization ([@kazupon](https://github.com/kazupon))

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


## v9.0.0-beta.3 (2020-09-25)

#### :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-i18n",
"description": "Internationalization plugin for Vue.js",
"version": "9.0.0-beta.3",
"version": "9.0.0-beta.4",
"author": {
"name": "kazuya kawaguchi",
"email": "kawakazu80@gmail.com"
Expand Down