Skip to content

Commit ed835b7

Browse files
author
Maxime Mangel
committed
Release 3.7.22
1 parent 40136e1 commit ed835b7

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

src/Fable.Cli/Fable.Cli.fsproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net6.0</TargetFramework>
7-
<Version>3.7.21</Version>
8-
<PackageVersion>3.7.21</PackageVersion>
9-
<PackageReleaseNotes>* Fix #3441: Don't ignore error when loading plugin
10-
* PR #3448: Prevent Fable 3 to hang if called from .NET 7
11-
* Move Fable 3 to .NET 6</PackageReleaseNotes>
7+
<Version>3.7.22</Version>
8+
<PackageVersion>3.7.22</PackageVersion>
9+
<PackageReleaseNotes>* Fix typo in error message when using Fable 3 from .NET 7 @MangelMaxime</PackageReleaseNotes>
1210
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
1311
<RollForward>Major</RollForward>
1412
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

src/Fable.Cli/RELEASE_NOTES.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
### 3.7.22
2+
3+
* Fix typo in error message when using Fable 3 from .NET 7 @MangelMaxime
4+
15
### 3.7.21
26

3-
* Fix #3441: Don't ignore error when loading plugin
4-
* PR #3448: Prevent Fable 3 to hang if called from .NET 7
5-
* Move Fable 3 to .NET 6
7+
* Fix #3441: Don't ignore error when loading plugin @MangelMaxime
8+
* PR #3448: Prevent Fable 3 to hang if called from .NET 7 @MangelMaxime
9+
* Move Fable 3 to .NET 6 @MangelMaxime
610

711
### 3.7.20
812

src/Fable.Transforms/Global/Compiler.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace Fable
22

33
module Literals =
4-
let [<Literal>] VERSION = "3.7.21"
4+
let [<Literal>] VERSION = "3.7.22"
55

66
type CompilerOptionsHelper =
77
static member DefaultExtension = ".fs.js"

0 commit comments

Comments
 (0)