We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a42786 commit 39ce5b5Copy full SHA for 39ce5b5
CHANGELOG.md
@@ -1,4 +1,14 @@
1
2
+## v9.0.0-alpha.11 (2020-06-14)
3
+
4
+#### :bug: Bug Fixes
5
+* [#64](https://github.com/intlify/vue-i18n-next/pull/64) fix: fallback locale bug ([@kazupon](https://github.com/kazupon))
6
+* [#63](https://github.com/intlify/vue-i18n-next/pull/63) fix: message update in slot ([@kazupon](https://github.com/kazupon))
7
8
+#### Committers: 1
9
+- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
10
11
12
## v9.0.0-alpha.10 (2020-06-03)
13
14
#### :star: Features
package.json
@@ -1,7 +1,7 @@
{
"name": "vue-i18n",
"description": "Internationalization plugin for Vue.js",
- "version": "9.0.0-alpha.10",
+ "version": "9.0.0-alpha.11",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
0 commit comments