Skip to content

Commit

Permalink
fix compare links in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mroch committed Feb 9, 2022
1 parent daad90f commit c1988e4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# Changelog

### [2.0.0](https://github.com/flowtype/flow-for-vscode/compare/v1.9.2...v2.0.0) (2022-02-09)
### [2.0.0](https://github.com/flowtype/flow-for-vscode/compare/1.9.2...2.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)
### [1.9.2](https://github.com/flowtype/flow-for-vscode/compare/1.9.1...1.9.2) (2021-09-07)

#### Bug Fixes

* **windows**: fix verification of `flow-bin` binaries ([9885ab6](https://github.com/flowtype/flow-for-vscode/commit/9885ab680b3f4ca8cc10ccb602fc7b6f9c1c125f))

### [1.9.1](https://github.com/flowtype/flow-for-vscode/compare/v1.9.0...v1.9.1) (2021-07-12)
### [1.9.1](https://github.com/flowtype/flow-for-vscode/compare/1.9.0...1.9.1) (2021-07-12)

#### Bug Fixes

* restore compatibility with older versions of VS Code ([00a4ff0](https://github.com/flowtype/flow-for-vscode/commit/00a4ff0171b751f8c000541dc352d1b28ba68470))

### [1.9.0](https://github.com/flowtype/flow-for-vscode/compare/v1.5.0...v1.9.0) (2021-06-29)
### [1.9.0](https://github.com/flowtype/flow-for-vscode/compare/1.5.0...1.9.0) (2021-06-29)

#### Features

* Verify integrity of `flow-bin` binaries ([af92850](https://github.com/flowtype/flow-for-vscode/commit/af92850998d2f3121ec475e6eaff5af163d9d301))
* Allow clickable links on hover for type descriptions ([1a43503](https://github.com/flowtype/flow-for-vscode/commit/1a435034b519df8d985da496dfee0cdc89dc377f))

### [1.5.0](https://github.com/flowtype/flow-for-vscode/compare/v1.4.0...v1.5.0) (2019-09-09)
### [1.5.0](https://github.com/flowtype/flow-for-vscode/compare/1.4.0...1.5.0) (2019-09-09)

#### Bug Fixes

Expand All @@ -34,7 +34,7 @@

* **flow-bin:** update bundled flow to v0.107.0 ([68f9ccf](https://github.com/flowtype/flow-for-vscode/commit/68f9ccf))

### [1.4.0](https://github.com/flowtype/flow-for-vscode/compare/v1.3.0...v1.4.0) (2019-09-02)
### [1.4.0](https://github.com/flowtype/flow-for-vscode/compare/1.3.0...1.4.0) (2019-09-02)

#### Bug Fixes

Expand All @@ -44,7 +44,7 @@

* **flow-bin:** update bundled flow to v0.106.3 ([a4389fc](https://github.com/flowtype/flow-for-vscode/commit/a4389fc))

### [1.3.0](https://github.com/flowtype/flow-for-vscode/compare/v1.2.0...v1.3.0) (2019-08-04)
### [1.3.0](https://github.com/flowtype/flow-for-vscode/compare/1.2.0...1.3.0) (2019-08-04)

#### Bug Fixes

Expand Down

0 comments on commit c1988e4

Please sign in to comment.