Skip to content

Commit 7cd9ab3

Browse files
authored
minor release v0.14.0 (#231)
1 parent 38bd3b6 commit 7cd9ab3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11

2+
## v0.14.0 (2021-09-08)
3+
4+
#### :star: Features
5+
* [#229](https://github.com/intlify/eslint-plugin-vue-i18n/pull/229) feat: support template literal for no-raw-text rule ([@kazupon](https://github.com/kazupon))
6+
7+
#### :bug: Bug Fixes
8+
* [#230](https://github.com/intlify/eslint-plugin-vue-i18n/pull/230) Fix false positives for non component template in `no-raw-text` rule. ([@ota-meshi](https://github.com/ota-meshi))
9+
10+
#### Committers: 2
11+
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
12+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
13+
14+
215
## v0.13.0 (2021-08-22)
316

417
#### :star: Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@intlify/eslint-plugin-vue-i18n",
33
"description": "ESLint plugin for Vue I18n",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)