Skip to content

Commit

Permalink
update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mroch committed Feb 9, 2022
1 parent 374236c commit daad90f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### [2.0.0](https://github.com/flowtype/flow-for-vscode/compare/v1.9.2...v2.0.0) (2022-02-09)

* Removed support for legacy Flow integration. All communication with Flow now uses the Language Server Protocol.
* The "Path To Flow" setting is now ignored in Restricted Mode.

### [1.9.2](https://github.com/flowtype/flow-for-vscode/compare/v1.9.1...v1.9.2) (2021-09-07)

#### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flow-for-vscode",
"version": "1.9.2",
"version": "2.0.0",
"publisher": "flowtype",
"description": "Flow support for VS Code",
"displayName": "Flow Language Support",
Expand Down Expand Up @@ -203,10 +203,10 @@
"icon": "flow-logo.png",
"repository": {
"type": "git",
"url": "https://github.com/flowtype/flow-for-vscode.git"
"url": "https://github.com/flow/flow-for-vscode.git"
},
"bugs": {
"url": "https://github.com/flowtype/flow-for-vscode/issues"
"url": "https://github.com/flow/flow-for-vscode/issues"
},
"__metadata": {
"id": "b3917e4f-5086-4def-a82b-2ae6b708db16",
Expand Down

0 comments on commit daad90f

Please sign in to comment.