Skip to content

Commit 6914758

Browse files
committed
🎉 release(minor): v0.2.0
1 parent 83cb12b commit 6914758

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="0.2.0"></a>
2+
# [0.2.0](https://github.com/kazupon/eslint-plugin-vue-i18n/compare/v0.1.1...v0.2.0) (2019-07-12)
3+
4+
5+
### :star: New Features
6+
7+
* **rule:** support no-raw-text rule ([76077b4](https://github.com/kazupon/eslint-plugin-vue-i18n/commit/76077b4)), closes [#2](https://github.com/kazupon/eslint-plugin-vue-i18n/issues/2)
8+
9+
10+
### :zap: Improvements
11+
12+
* support ESLint v6 ([69e16a6](https://github.com/kazupon/eslint-plugin-vue-i18n/commit/69e16a6)), closes [#12](https://github.com/kazupon/eslint-plugin-vue-i18n/issues/12)
13+
14+
15+
116
<a name="0.1.1"></a>
217
## [0.1.1](https://github.com/kazupon/eslint-plugin-vue-i18n/compare/v0.1.0...v0.1.1) (2019-05-08)
318

package.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "0.2.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)