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