Skip to content

Commit a5e09b0

Browse files
authored
prerelease release v9.0.0-alpha.13 (#85)
1 parent b8fd3d2 commit a5e09b0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

2+
## v9.0.0-alpha.13 (2020-08-07)
3+
4+
#### :star: Features
5+
* [#84](https://github.com/intlify/vue-i18n-next/pull/84) support server-side rendering ([@kazupon](https://github.com/kazupon))
6+
* [#82](https://github.com/intlify/vue-i18n-next/pull/82) port i18n or i18n-d component tag props ([@kazupon](https://github.com/kazupon))
7+
8+
#### :bug: Bug Fixes
9+
* [#80](https://github.com/intlify/vue-i18n-next/pull/80) fix modulo case ([@kazupon](https://github.com/kazupon))
10+
11+
#### :zap: Improvement Features
12+
* [#81](https://github.com/intlify/vue-i18n-next/pull/81) remove computed wrapping ([@kazupon](https://github.com/kazupon))
13+
14+
#### :boom: Breaking Change
15+
* [#77](https://github.com/intlify/vue-i18n-next/pull/77) improvement type definition ([@kazupon](https://github.com/kazupon))
16+
17+
#### Committers: 1
18+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
19+
20+
221
## v9.0.0-alpha.12 (2020-06-27)
322

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

0 commit comments

Comments
 (0)