Skip to content

Commit 924a582

Browse files
committed
🎉 release(minor): v0.4.0
1 parent cc44470 commit 924a582

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.4.0"></a>
2+
# [0.4.0](https://github.com/kazupon/vue-i18n-loader/compare/v0.3.0...v0.4.0) (2019-07-22)
3+
4+
5+
### :star: New Features
6+
7+
* support lang attribute ([36c62a5](https://github.com/kazupon/vue-i18n-loader/commit/36c62a5)), closes [#52](https://github.com/kazupon/vue-i18n-loader/issues/52)
8+
* support locale attr for i18n custom blocks ([be2bcc2](https://github.com/kazupon/vue-i18n-loader/commit/be2bcc2)), closes [#11](https://github.com/kazupon/vue-i18n-loader/issues/11)
9+
10+
11+
112
<a name="0.3.0"></a>
213
# [0.3.0](https://github.com/kazupon/vue-i18n-loader/compare/v0.2.1...v0.3.0) (2018-03-04)
314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kazupon/vue-i18n-loader",
33
"description": "vue-i18n loader for custom blocks",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)