Skip to content

Commit d19e678

Browse files
committed
✨ release(patch): v0.1.1
1 parent ed02d94 commit d19e678

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.1.1"></a>
2+
## [0.1.1](https://github.com/kazupon/eslint-plugin-vue-i18n/compare/v0.1.0...v0.1.1) (2019-05-08)
3+
4+
5+
### :bug: Bug Fixes
6+
7+
* **no-missing-keys:** fix plugin crashes on missing nested path ([#7](https://github.com/kazupon/eslint-plugin-vue-i18n/issues/7)) by [@williamchong007](https://github.com/williamchong007) ([ed02d94](https://github.com/kazupon/eslint-plugin-vue-i18n/commit/ed02d94)), closes [#7](https://github.com/kazupon/eslint-plugin-vue-i18n/issues/7)
8+
9+
10+
111
<a name="0.1.0"></a>
212
# 0.1.0 (2019-04-10)
313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-vue-i18n",
33
"description": "ESLint plugin for Vue I18n",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)