Skip to content

Commit c565612

Browse files
authored
prerelease release v9.0.0-beta.1 (#112)
1 parent d27ea5d commit c565612

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.1 (2020-09-13)
3+
4+
#### :bug: Bug Fixes
5+
* [#110](https://github.com/intlify/vue-i18n-next/pull/110) fix: type exporting ([@kazupon](https://github.com/kazupon))
6+
7+
#### :zap: Improvement Features
8+
* [#111](https://github.com/intlify/vue-i18n-next/pull/111) improve i18n instance management ([@kazupon](https://github.com/kazupon))
9+
10+
#### Committers: 1
11+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
12+
13+
214
## v9.0.0-alpha.17 (2020-09-02)
315

416
#### :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": "vue-i18n",
33
"description": "Internationalization plugin for Vue.js",
4-
"version": "9.0.0-alpha.17",
4+
"version": "9.0.0-beta.1",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)