Skip to content

Commit cc62a1b

Browse files
authored
major release v1.0.0 (#250)
1 parent dd6a5dc commit cc62a1b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
## v1.0.0 (2021-10-29)
3+
4+
#### :boom: Breaking Change
5+
* [#243](https://github.com/intlify/eslint-plugin-vue-i18n/pull/243) fix(deps): update dependency vue-eslint-parser to v8 ([@renovate[bot]](https://github.com/apps/renovate))
6+
* [#247](https://github.com/intlify/eslint-plugin-vue-i18n/pull/247) Drop support for Node <v12, v13, and v15 ([@ota-meshi](https://github.com/ota-meshi))
7+
8+
#### Committers: 1
9+
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
10+
11+
212
## v0.15.0 (2021-09-08)
313

414
#### :star: Features

package.json

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

0 commit comments

Comments
 (0)