Skip to content

Commit

Permalink
[flow][vscode] Bump oss extension version
Browse files Browse the repository at this point in the history
Summary:
Bump the version. I already published a new version based on this commit.

Changelog: [internal]

Reviewed By: gkz

Differential Revision: D67463805

fbshipit-source-id: 459b22bafb641c49892850dc0a4443a5e3071cd5
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Dec 19, 2024
1 parent 3aa18b0 commit 94bc21d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/flow-for-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 3.0.0 (2024-12-19)

* Bumped bundled flow-bin version.
* Unbreak extension for Windows machines. ([#9242](https://github.com/facebook/flow/pull/9242))
* Rewritten the extension in TypeScript to better keep up with upstream changes, because the upstream VSCode API typings are in TypeScript.

### [2.2.1](https://github.com/flowtype/flow-for-vscode/compare/2.2.0...2.2.1) (2023-01-06)

* Fix a security vulnerability.
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-for-vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flow-for-vscode",
"version": "2.2.1",
"version": "3.0.0",
"publisher": "flowtype",
"description": "Flow support for VS Code",
"displayName": "Flow Language Support",
Expand Down

0 comments on commit 94bc21d

Please sign in to comment.