Skip to content

Commit ecb190d

Browse files
committed
Bump version to 7.14.0
1 parent e751d07 commit ecb190d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

release/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
### 7.14.0 - 09.10.2023
3+
* Update to FSAC 0.65.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.64.0) for more details.
4+
* [Don't offer to reference the target project when adding a project reference](https://github.com/ionide/ionide-vscode-fsharp/pull/1945) (Thanks @dawedawe!)
5+
26
### 7.13.0 - 05.10.2023
37
* Update to FSAC 0.64.1. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.64.1) for more details.
48
* [Add command to restart language service](https://github.com/ionide/ionide-vscode-fsharp/pull/1942) (Thanks @sheridanchris!)

release/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1767,5 +1767,5 @@
17671767
"type": "git",
17681768
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
17691769
},
1770-
"version": "7.13.0"
1770+
"version": "7.14.0"
17711771
}

0 commit comments

Comments
 (0)