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

Commit c1988e4

Browse files
committed
fix compare links in changelog
1 parent daad90f commit c1988e4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

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

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

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

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

1010
#### Bug Fixes
1111

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

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

1616
#### Bug Fixes
1717

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

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

2222
#### Features
2323

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

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

2929
#### Bug Fixes
3030

@@ -34,7 +34,7 @@
3434

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

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

3939
#### Bug Fixes
4040

@@ -44,7 +44,7 @@
4444

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

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

4949
#### Bug Fixes
5050

0 commit comments

Comments
 (0)