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

Commit 5c02a39

Browse files
committed
bump version to 2.2.0
1 parent 1c78779 commit 5c02a39

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
### [2.2.0](https://github.com/flowtype/flow-for-vscode/compare/2.1.0...2.2.0) (2022-07-26)
4+
5+
* Removed support for the `log.file` flowconfig option, since it contained a security vulnerability.
6+
* Upgraded bundled version to 0.183.0
7+
38
### [2.1.0](https://github.com/flowtype/flow-for-vscode/compare/2.0.0...2.1.0) (2022-03-15)
49

510
* Prevent running versions of flow-bin < 0.110.0 in Restricted Mode, since those versions contained a security vulnerability.

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.1.0",
3+
"version": "2.2.0",
44
"publisher": "flowtype",
55
"description": "Flow support for VS Code",
66
"displayName": "Flow Language Support",

0 commit comments

Comments
 (0)