Skip to content

Commit

Permalink
minor release v1.2.0 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 18, 2021
1 parent 863848b commit 6801d72
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

## v1.2.0 (2021-11-18)

#### :star: Features
* [#267](https://github.com/intlify/eslint-plugin-vue-i18n/pull/267) Add `prefer-sfc-lang-attr` rule ([@ota-meshi](https://github.com/ota-meshi))
* [#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))

#### Committers: 2
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
- kazuya kawaguchi ([@kazupon](https://github.com/kazupon))


## v1.1.0 (2021-11-16)

#### :star: Features
Expand Down
5 changes: 5 additions & 0 deletions docs/rules/prefer-sfc-lang-attr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: '@intlify/vue-i18n/prefer-sfc-lang-attr'
description: require lang attribute on `<i18n>` block
since: v1.2.0
---

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

</eslint-code-block>

## :rocket: Version

This rule was introduced in `@intlify/eslint-plugin-vue-i18n` v1.2.0

## :mag: Implementation

- [Rule source](https://github.com/intlify/eslint-plugin-vue-i18n/blob/master/lib/rules/prefer-sfc-lang-attr.ts)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@intlify/eslint-plugin-vue-i18n",
"description": "ESLint plugin for Vue I18n",
"version": "1.1.0",
"version": "1.2.0",
"author": {
"name": "kazuya kawaguchi",
"email": "kawakazu80@gmail.com"
Expand Down

0 comments on commit 6801d72

Please sign in to comment.