Skip to content

Commit 6801d72

Browse files
authored
minor release v1.2.0 (#272)
1 parent 863848b commit 6801d72

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

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

2+
## v1.2.0 (2021-11-18)
3+
4+
#### :star: Features
5+
* [#267](https://github.com/intlify/eslint-plugin-vue-i18n/pull/267) Add `prefer-sfc-lang-attr` rule ([@ota-meshi](https://github.com/ota-meshi))
6+
* [#270](https://github.com/intlify/eslint-plugin-vue-i18n/pull/270) feat: support `localePattern` option for locale structured with directory ([@kazupon](https://github.com/kazupon))
7+
8+
#### Committers: 2
9+
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
10+
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))
11+
12+
213
## v1.1.0 (2021-11-16)
314

415
#### :star: Features

docs/rules/prefer-sfc-lang-attr.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: '@intlify/vue-i18n/prefer-sfc-lang-attr'
33
description: require lang attribute on `<i18n>` block
4+
since: v1.2.0
45
---
56

67
# @intlify/vue-i18n/prefer-sfc-lang-attr
@@ -59,6 +60,10 @@ locale messages:
5960

6061
</eslint-code-block>
6162

63+
## :rocket: Version
64+
65+
This rule was introduced in `@intlify/eslint-plugin-vue-i18n` v1.2.0
66+
6267
## :mag: Implementation
6368

6469
- [Rule source](https://github.com/intlify/eslint-plugin-vue-i18n/blob/master/lib/rules/prefer-sfc-lang-attr.ts)

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

0 commit comments

Comments
 (0)