diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 70429ec..5b8d357 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fsharp-analyzers": { - "version": "0.33.0", + "version": "0.33.1", "commands": [ "fsharp-analyzers" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 65feb67..1e18839 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog +## 0.14.9 - 2025-10-19 + +### Fixed + +* Update FSharp.Analyzers.SDK to `0.33.1`. Checkout the [release notes](https://github.com/ionide/FSharp.Analyzers.SDK/releases/tag/v0.33.1) for details. [#163](https://github.com/ionide/ionide-analyzers/pull/163) + ## 0.14.8 - 2025-10-19 ### Fixed diff --git a/Directory.Packages.props b/Directory.Packages.props index 87796d3..abf1997 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -14,7 +14,7 @@ - - + + \ No newline at end of file