Skip to content

Commit 61f9ebd

Browse files
authored
prerelease release v3.0.0-beta.1 (#386)
* prerelease release v3.0.0-beta.1 * Update CHANGELOG.md * Update package.json * Update started.md
1 parent 888c6a1 commit 61f9ebd

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11

2+
## v3.0.0-beta.1 (2023-06-18)
3+
4+
#### :boom: Breaking Change
5+
* [#382](https://github.com/intlify/eslint-plugin-vue-i18n/pull/382) feat(deps): update @intlify dependencies to v9.3.0-beta.19 ([@dargmuesli](https://github.com/dargmuesli))
6+
* [#371](https://github.com/intlify/eslint-plugin-vue-i18n/pull/371) ci: use node 20, and drop support for node 14 ([@dargmuesli](https://github.com/dargmuesli))
7+
8+
#### Committers: 4
9+
- Jonas Thelemann ([@dargmuesli](https://github.com/dargmuesli))
10+
- Magomed Chemurziev ([@ItMaga](https://github.com/ItMaga))
11+
- Rémi Tran ([@trinketmage](https://github.com/trinketmage))
12+
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
13+
14+
215
## v2.0.0 (2022-05-18)
316

417
#### :boom: Breaking Change

docs/started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ npm install --save-dev eslint @intlify/eslint-plugin-vue-i18n
1111
::: tip Requirements
1212

1313
- ESLint v5.0.0 or later
14-
- Node.js v14.17.x, v16.x or later
14+
- Node.js v16.x or later
1515

1616
:::
1717

package.json

+2-2
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": "2.0.0",
4+
"version": "3.0.0-beta.1",
55
"license": "MIT",
66
"homepage": "https://github.com/intlify/eslint-plugin-vue-i18n#readme",
77
"keywords": [
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/intlify/eslint-plugin-vue-i18n/issues"
2828
},
2929
"engines": {
30-
"node": "^14.17.0 || >=16.0.0"
30+
"node": ">=16.0.0"
3131
},
3232
"packageManager": "[email protected]",
3333
"type": "commonjs",

0 commit comments

Comments
 (0)