Skip to content

Commit a50f14d

Browse files
committed
Bump version to 7.30.0
1 parent 9398f51 commit a50f14d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

release/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 7.30.0 - 07-12-2025
2+
3+
* [Update semantic token mappings](https://github.com/ionide/ionide-vscode-fsharp/pull/2114) (thanks @ijklam!)
4+
* Update to FSAC 0.82.0 Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.82.0) for more details.
5+
16
### 7.29.0 - 12-11-2025
27

38
* Update to FSAC 0.81.0 Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.81.0) for more details. This brings F# 10 and .NET 10 support to Ionide!

release/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,6 @@
17851785
"cexpr": [
17861786
"keyword.control.fsharp"
17871787
],
1788-
17891788
"variable": [
17901789
"variable.other.readonly.fsharp"
17911790
],
@@ -1798,7 +1797,6 @@
17981797
"variable.disposable": [
17991798
"entity.name.function.disposable_variable.fsharp"
18001799
],
1801-
18021800
"property": [
18031801
"variable.other.property.may_mutable.fsharp"
18041802
],
@@ -1909,5 +1907,5 @@
19091907
"type": "git",
19101908
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
19111909
},
1912-
"version": "7.29.0"
1910+
"version": "7.30.0"
19131911
}

0 commit comments

Comments
 (0)