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

Commit c5416ed

Browse files
committed
chore(release): 1.9.2
1 parent 43d185e commit c5416ed

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

3-
### [1.5.0](https://github.com/flowtype/flow-for-vscode/compare/v1.1.4...v1.5.0) (2019-09-09)
3+
### [1.9.2](https://github.com/flowtype/flow-for-vscode/compare/v1.9.1...v1.9.2) (2021-09-07)
4+
5+
#### Bug Fixes
6+
7+
* **windows**: fix verification of `flow-bin` binaries ([9885ab6](https://github.com/flowtype/flow-for-vscode/commit/9885ab680b3f4ca8cc10ccb602fc7b6f9c1c125f))
8+
9+
### [1.9.1](https://github.com/flowtype/flow-for-vscode/compare/v1.9.0...v1.9.1) (2021-07-12)
10+
11+
#### Bug Fixes
12+
13+
* restore compatibility with older versions of VS Code ([00a4ff0](https://github.com/flowtype/flow-for-vscode/commit/00a4ff0171b751f8c000541dc352d1b28ba68470))
14+
15+
### [1.9.0](https://github.com/flowtype/flow-for-vscode/compare/v1.5.0...v1.9.0) (2021-06-29)
16+
17+
#### Features
18+
19+
* Verify integrity of `flow-bin` binaries ([af92850](https://github.com/flowtype/flow-for-vscode/commit/af92850998d2f3121ec475e6eaff5af163d9d301))
20+
* Allow clickable links on hover for type descriptions ([1a43503](https://github.com/flowtype/flow-for-vscode/commit/1a435034b519df8d985da496dfee0cdc89dc377f))
21+
22+
### [1.5.0](https://github.com/flowtype/flow-for-vscode/compare/v1.4.0...v1.5.0) (2019-09-09)
423

524
#### Bug Fixes
625

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

0 commit comments

Comments
 (0)