Skip to content

Commit 10cb7d4

Browse files
Release 3.1.1
1 parent 1669c13 commit 10cb7d4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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>netcoreapp3.1</TargetFramework>
6-
<Version>3.1.0</Version>
7-
<PackageVersion>3.1.0</PackageVersion>
6+
<Version>3.1.1</Version>
7+
<PackageVersion>3.1.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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 3.1.1
2+
3+
* Fix #2343: Remove conflicting export default
4+
* Fix #2336: Parameretized padding
5+
* Fix reflection for int64/decimal with units of measure
6+
17
### 3.1.0
28

39
* Source map support @delneg

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

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

0 commit comments

Comments
 (0)