Skip to content

Commit b59e341

Browse files
authored
prerelease release v9.0.0-beta.2 (#117)
1 parent 28defaf commit b59e341

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+
## v9.0.0-beta.2 (2020-09-17)
3+
4+
#### :star: Features
5+
* [#116](https://github.com/intlify/vue-i18n-next/pull/116) optimize tree-shaking supporting ([@kazupon](https://github.com/kazupon))
6+
7+
#### :zap: Improvement Features
8+
* [#115](https://github.com/intlify/vue-i18n-next/pull/115) fix: composition setup warning ([@kazupon](https://github.com/kazupon))
9+
10+
#### Committers: 1
11+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
12+
13+
214
## v9.0.0-beta.1 (2020-09-13)
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": "vue-i18n",
33
"description": "Internationalization plugin for Vue.js",
4-
"version": "9.0.0-beta.1",
4+
"version": "9.0.0-beta.2",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)