Skip to content

Commit b9acd3d

Browse files
authored
prerelease release v9.0.0-beta.3 (#123)
1 parent 4f01902 commit b9acd3d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

2+
## v9.0.0-beta.3 (2020-09-25)
3+
4+
#### :star: Features
5+
* [#122](https://github.com/intlify/vue-i18n-next/pull/122) feat: global props and methods injection for composable mode ([@kazupon](https://github.com/kazupon))
6+
7+
#### :zap: Improvement Features
8+
* [#121](https://github.com/intlify/vue-i18n-next/pull/121) export vue/runtime-core type extending ([@kazupon](https://github.com/kazupon))
9+
* [#119](https://github.com/intlify/vue-i18n-next/pull/119) fix: merge custom block locale messages ([@kazupon](https://github.com/kazupon))
10+
11+
#### Committers: 2
12+
- Raymond Muller ([@raymondmuller](https://github.com/raymondmuller))
13+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
14+
15+
216
## v9.0.0-beta.2 (2020-09-17)
317

418
#### :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-beta.2",
4+
"version": "9.0.0-beta.3",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)