Skip to content

Commit 155bd5e

Browse files
Publish 3.2.1
1 parent 9609a27 commit 155bd5e

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

src/Fable.Cli/Fable.Cli.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net5.0</TargetFramework>
6-
<Version>3.2.0</Version>
7-
<PackageVersion>3.2.0</PackageVersion>
6+
<Version>3.2.1</Version>
7+
<PackageVersion>3.2.1</PackageVersion>
88
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
99
<RollForward>Major</RollForward>
1010
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>

src/Fable.Cli/RELEASE_NOTES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
### 3.2.0
1+
### 3.2.1
22

3-
* Update to net5.0 and FCS, @ncave
43
* Fix Event issues and and implement FSharpEvent`2 @chkn
54
* Fix #2451: throw exception when sequence is empty @MNie
65
* Fix #2445: Improve error message when fable doesn't implement an API
76

7+
### 3.2.0
8+
9+
* Update to net5.0 and FCS, @ncave
10+
811
### 3.1.16
912

1013
* Publish with icon and symbols @cartermp

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.2.0"
4+
let [<Literal>] VERSION = "3.2.1"
55

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

0 commit comments

Comments
 (0)