Skip to content

Commit

Permalink
Prepare 3.0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Jun 17, 2024
1 parent 4b20234 commit 7906463
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 3.0.10 - Release

- Bump VS Code version to 1.90 to ensure NodeJS 20.

### Version 3.0.8 - Release

- Same as 3.0.7 - pre-release
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ This section describes major releases and their improvements. For a detailed lis

From version 2.2.3 on forward odd minor or patch version numbers indicate an insider or pre-release. So versions `2.2.3`, `2.2.5` and `2.3.1` will all be pre-release versions. `2.2.10`, `2.4.10` and `3.0.0` will all be regular release versions.

### Version 3.0.10 - release

- Bump VS Code version to 1.90 to ensure NodeJS 20.

### Version 3.0.8 - release

- same as pre-release

### Version 3.0.5 - pre-release

- Support for the new ESLint flat config files has improved. The following changes have been implemented:
Expand Down
23 changes: 12 additions & 11 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "client",
"displayName": "ESLint",
"description": "Integrates ESLint into VS Code.",
"version": "3.0.1",
"version": "3.0.10",
"private": true,
"author": "Microsoft Corporation",
"license": "MIT",
Expand All @@ -14,10 +14,10 @@
"url": "https://github.com/Microsoft/vscode-eslint/issues"
},
"engines": {
"vscode": "^1.86.0"
"vscode": "^1.90.0"
},
"devDependencies": {
"@types/vscode": "1.86.0"
"@types/vscode": "1.90.0"
},
"dependencies": {
"vscode-languageclient": "10.0.0-next.8"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-eslint",
"displayName": "ESLint",
"description": "Integrates ESLint JavaScript into VS Code.",
"version": "3.0.8",
"version": "3.0.10",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand All @@ -22,7 +22,7 @@
"multi-root ready"
],
"engines": {
"vscode": "^1.82.0"
"vscode": "^1.90.0"
},
"activationEvents": [
"onStartupFinished"
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-server",
"version": "3.0.1",
"version": "3.0.10",
"private": true,
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down

0 comments on commit 7906463

Please sign in to comment.