Skip to content

Commit 0f45184

Browse files
kieferrmdbaeumer
authored andcommitted
bump version
1 parent a19f5fc commit 0f45184

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.1.8
2+
- Polish the message of the confirmation dialog that was introduced in 2.1.7
3+
- Fix bug that caused the confirmation dialog to pop up for all open editors when not trusting the local version of VS Code
4+
15
### 2.1.7
26

37
- Ask the user for confirmation before executing the code from an installed ESLint library. Also added commands to manage the decisions made for the ESLint libraries.

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

0 commit comments

Comments
 (0)