Skip to content

Commit 705f5f5

Browse files
authored
Prepare 2.2.6 release (#1497)
1 parent bf46f19 commit 705f5f5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ This section describes major releases and their improvements. For a detailed lis
2323

2424
From version 2.2.3 on forward odd major, minor or patch version numbers indicate an insider or pre-release. So `2.2.3` is a pre-release, `2.5.3` will be a pre-release as well. `2.2.10` will be a regular release.
2525

26+
### Version 2.2.6 (same as 2.2.5 Pre-release)
27+
28+
- added support for validating single notebook document cells if the language is supported by ESLint
29+
- various [bug fixes](https://github.com/microsoft/vscode-eslint/milestone/47?closed=1)
30+
2631
### Version 2.2.5 - Pre-release
2732

2833
- added support for validating single notebook document cells if the language is supported by ESLint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-eslint",
33
"displayName": "ESLint",
44
"description": "Integrates ESLint JavaScript into VS Code.",
5-
"version": "2.2.5",
5+
"version": "2.2.6",
66
"author": "Microsoft Corporation",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)