Skip to content

Commit

Permalink
prerelease release v3.0.0-beta.1 (#386)
Browse files Browse the repository at this point in the history
* prerelease release v3.0.0-beta.1

* Update CHANGELOG.md

* Update package.json

* Update started.md
  • Loading branch information
ota-meshi authored Jun 18, 2023
1 parent 888c6a1 commit 61f9ebd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

## v3.0.0-beta.1 (2023-06-18)

#### :boom: Breaking Change
* [#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))
* [#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))

#### Committers: 4
- Jonas Thelemann ([@dargmuesli](https://github.com/dargmuesli))
- Magomed Chemurziev ([@ItMaga](https://github.com/ItMaga))
- Rémi Tran ([@trinketmage](https://github.com/trinketmage))
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))


## v2.0.0 (2022-05-18)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion docs/started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npm install --save-dev eslint @intlify/eslint-plugin-vue-i18n
::: tip Requirements

- ESLint v5.0.0 or later
- Node.js v14.17.x, v16.x or later
- Node.js v16.x or later

:::

Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.0",
"version": "3.0.0-beta.1",
"license": "MIT",
"homepage": "https://github.com/intlify/eslint-plugin-vue-i18n#readme",
"keywords": [
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/intlify/eslint-plugin-vue-i18n/issues"
},
"engines": {
"node": "^14.17.0 || >=16.0.0"
"node": ">=16.0.0"
},
"packageManager": "[email protected]",
"type": "commonjs",
Expand Down

0 comments on commit 61f9ebd

Please sign in to comment.