Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

## v9.0.0-alpha.13 (2020-08-07)

#### :star: Features
* [#84](https://github.com/intlify/vue-i18n-next/pull/84) support server-side rendering ([@kazupon](https://github.com/kazupon))
* [#82](https://github.com/intlify/vue-i18n-next/pull/82) port i18n or i18n-d component tag props ([@kazupon](https://github.com/kazupon))

#### :bug: Bug Fixes
* [#80](https://github.com/intlify/vue-i18n-next/pull/80) fix modulo case ([@kazupon](https://github.com/kazupon))

#### :zap: Improvement Features
* [#81](https://github.com/intlify/vue-i18n-next/pull/81) remove computed wrapping ([@kazupon](https://github.com/kazupon))

#### :boom: Breaking Change
* [#77](https://github.com/intlify/vue-i18n-next/pull/77) improvement type definition ([@kazupon](https://github.com/kazupon))

#### Committers: 1
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))


## v9.0.0-alpha.12 (2020-06-27)

#### :bug: Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-i18n",
"description": "Internationalization plugin for Vue.js",
"version": "9.0.0-alpha.12",
"version": "9.0.0-alpha.13",
"author": {
"name": "kazuya kawaguchi",
"email": "kawakazu80@gmail.com"
Expand Down