Skip to content

Commit 63c201c

Browse files
committed
✨ release(patch): v0.4.1
1 parent 98c4b7d commit 63c201c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="0.4.1"></a>
2+
## [0.4.1](https://github.com/kazupon/vue-i18n-loader/compare/v0.3.0...v0.4.1) (2019-07-31)
3+
4+
5+
### :bug: Bug Fixes
6+
7+
* fix dist file ([98c4b7d](https://github.com/kazupon/vue-i18n-loader/commit/98c4b7d))
8+
9+
10+
### :star: New Features
11+
12+
* support lang attribute ([36c62a5](https://github.com/kazupon/vue-i18n-loader/commit/36c62a5)), closes [#52](https://github.com/kazupon/vue-i18n-loader/issues/52)
13+
* 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)
14+
15+
16+
117
<a name="0.4.0"></a>
218
# [0.4.0](https://github.com/kazupon/vue-i18n-loader/compare/v0.3.0...v0.4.0) (2019-07-22)
319

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.4.0",
4+
"version": "0.4.1",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)