Skip to content

Commit 21ef6b8

Browse files
committed
Prepare 3.17.0 release
1 parent aab6f4f commit 21ef6b8

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 3.0.17 - pre-release
2+
3+
- add probe support for css
4+
15
### Version 3.0.16 - release
26

37
- [Bug fixes](https://github.com/microsoft/vscode-eslint/issues?q=is%3Aissue%20state%3Aclosed%20milestone%3A3.16.0)

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ This section describes major releases and their improvements. For a detailed lis
2424

2525
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.
2626

27+
### Version 3.0.17 - pre-release
28+
29+
- add probe support for css
30+
2731
### Version 3.0.16 - release
2832

2933
- [Bug fixes](https://github.com/microsoft/vscode-eslint/issues?q=is%3Aissue%20state%3Aclosed%20milestone%3A3.16.0)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "3.0.16",
5+
"version": "3.0.17",
66
"author": "Microsoft Corporation",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)