Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 35e0c51

Browse files
committed
bump version to 2.1.0
1 parent 6264fc2 commit 35e0c51

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### [2.1.0](https://github.com/flowtype/flow-for-vscode/compare/2.0.0...2.1.0) (2022-03-15)
4+
5+
* Prevent running versions of flow-bin < 0.110.0 in Restricted Mode, since those versions contained a security vulnerability.
6+
* Upgraded bundled version to 0.110.1
7+
* Removed support for flow-bin < 0.110.0 in Restricted Mode
8+
39
### [2.0.0](https://github.com/flowtype/flow-for-vscode/compare/1.9.2...2.0.0) (2022-02-09)
410

511
* Removed support for legacy Flow integration. All communication with Flow now uses the Language Server Protocol.

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
{
22
"name": "flow-for-vscode",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"publisher": "flowtype",
55
"description": "Flow support for VS Code",
66
"displayName": "Flow Language Support",

0 commit comments

Comments
 (0)