Skip to content

Commit

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

- Same as 3.0.7 - pre-release

### Version 3.0.7 - pre-release

- bug fixes to better support flat configs.

### Version 3.0.5 - pre-release

- Support for the new ESLint flat config files has improved. See README.MD for a detailed description of the changes.
Expand Down
68 changes: 36 additions & 32 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/vscode": "1.86.0"
},
"dependencies": {
"vscode-languageclient": "10.0.0-next.3"
"vscode-languageclient": "10.0.0-next.8"
},
"scripts": {
"test": "node ../node_modules/mocha/bin/_mocha",
Expand Down
4 changes: 2 additions & 2 deletions 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 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.5",
"version": "3.0.8",
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
Expand Down
104 changes: 21 additions & 83 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
Expand Up @@ -18,7 +18,7 @@
"@types/semver": "^7.5.8"
},
"dependencies": {
"vscode-languageserver": "10.0.0-next.3",
"vscode-languageserver": "10.0.0-next.6",
"vscode-languageserver-textdocument": "1.0.11",
"vscode-uri": "^3.0.8",
"semver": "^7.6.0"
Expand Down

0 comments on commit 198a99f

Please sign in to comment.