We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea2d0d commit 2f7833dCopy full SHA for 2f7833d
CHANGELOG.md
@@ -1,4 +1,13 @@
1
2
+## v9.0.0-alpha.7 (2020-05-02)
3
+
4
+#### :bug: Bug Fixes
5
+* [#34](https://github.com/intlify/vue-i18n-next/pull/34) fix: pre-compile locale messages registration bug ([@kazupon](https://github.com/kazupon))
6
7
+#### Committers: 1
8
+- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
9
10
11
## v9.0.0-alpha.6 (2020-05-02)
12
13
#### :star: Features
package.json
@@ -1,7 +1,7 @@
{
"name": "vue-i18n",
"description": "Internationalization plugin for Vue.js",
- "version": "9.0.0-alpha.6",
+ "version": "9.0.0-alpha.7",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
0 commit comments