Skip to content

Commit e85be78

Browse files
Release 3.1.0-beta-001
1 parent 63d93a0 commit e85be78

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-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.0.5</Version>
7-
<PackageVersion>3.0.5</PackageVersion>
6+
<Version>3.1.0</Version>
7+
<PackageVersion>3.1.0-beta-001</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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 3.1.0-beta-001
2+
3+
* Source map support @delneg
4+
* Fix #2332: watch broken for certain directory structures @jwosty
5+
16
### 3.0.5
27

38
* Fixed compiler option parsing @ncave

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.0.5"
4+
let [<Literal>] VERSION = "3.1.0-beta-001"
55

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

0 commit comments

Comments
 (0)