We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6a830 commit 01cb360Copy full SHA for 01cb360
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.2.1"></a>
2
+## [0.2.1](https://github.com/kazupon/eslint-plugin-vue-i18n/compare/v0.2.0...v0.2.1) (2019-07-16)
3
+
4
5
+### :bug: Bug Fixes
6
7
+* **rule:** fix no-raw-text bug ([bc6a830](https://github.com/kazupon/eslint-plugin-vue-i18n/commit/bc6a830))
8
9
10
11
<a name="0.2.0"></a>
12
# [0.2.0](https://github.com/kazupon/eslint-plugin-vue-i18n/compare/v0.1.1...v0.2.0) (2019-07-12)
13
package.json
@@ -1,7 +1,7 @@
{
"name": "eslint-plugin-vue-i18n",
"description": "ESLint plugin for Vue I18n",
- "version": "0.2.0",
+ "version": "0.2.1",
"author": {
"name": "kazuya kawaguchi",
"email": "[email protected]"
0 commit comments