Skip to content

Commit fae8264

Browse files
authored
prerelease release v9.0.0-alpha.10 (#59)
1 parent 27ccd59 commit fae8264

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11

2+
## v9.0.0-alpha.10 (2020-06-03)
3+
4+
#### :star: Features
5+
* [#58](https://github.com/intlify/vue-i18n-next/pull/58) feat: componentInstanceCreatedListener option ([@kazupon](https://github.com/kazupon))
6+
* [#55](https://github.com/intlify/vue-i18n-next/pull/55) feat: support components maually instalation ([@kazupon](https://github.com/kazupon))
7+
8+
#### :zap: Improvement Features
9+
* [#57](https://github.com/intlify/vue-i18n-next/pull/57) improve: accept object resource custom block ([@kazupon](https://github.com/kazupon))
10+
11+
#### Committers: 1
12+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
13+
14+
215
## v9.0.0-alpha.9 (2020-05-25)
316

417
#### :star: 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.9",
4+
"version": "9.0.0-alpha.10",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)