Skip to content

Commit 62eb364

Browse files
authored
major release v2.0.0 (#328)
1 parent dbe5891 commit 62eb364

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

2+
## v2.0.0 (2022-05-18)
3+
4+
#### :boom: Breaking Change
5+
* [#324](https://github.com/intlify/eslint-plugin-vue-i18n/pull/324) fix(deps): update dependency vue-eslint-parser to v9 ([@renovate[bot]](https://github.com/apps/renovate))
6+
* [#318](https://github.com/intlify/eslint-plugin-vue-i18n/pull/318) Drop support for Node.js v12 ([@ota-meshi](https://github.com/ota-meshi))
7+
8+
#### Committers: 1
9+
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
10+
11+
212
## v1.4.1 (2022-04-07)
313

414
#### :bug: Bug Fixes

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.4.1",
4+
"version": "2.0.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "kawakazu80@gmail.com"

0 commit comments

Comments
 (0)