Skip to content

Commit

Permalink
Release 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Apr 10, 2023
1 parent e7ca713 commit bdd0f2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
10 changes: 4 additions & 6 deletions src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>4.0.5</Version>
<PackageVersion>4.0.5</PackageVersion>
<PackageReleaseNotes>* Use native JS BigInt for int64/uint64
* Fix #3402: Rust type mismatch error when compiling F# closure code
* Improve optional field and argument typing in TypeScript
* Fix fable-library-ts when used with Vite</PackageReleaseNotes>
<Version>4.0.6</Version>
<PackageVersion>4.0.6</PackageVersion>
<PackageReleaseNotes>* JS Hotfix: Skip compiler generated decls
* TS: Fixes for unions, pattern matching and interface function getters</PackageReleaseNotes>
<!-- Allow users with newer dotnet SDK to run Fable, see #1910 -->
<RollForward>Major</RollForward>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
5 changes: 5 additions & 0 deletions src/Fable.Cli/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 4.0.6

* JS Hotfix: Skip compiler generated decls
* TS: Fixes for unions, pattern matching and interface function getters

### 4.0.5

* Use native JS BigInt for int64/uint64
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Transforms/Global/Compiler.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Fable

module Literals =
let [<Literal>] VERSION = "4.0.5"
let [<Literal>] VERSION = "4.0.6"

type CompilerOptionsHelper =
static member Make(?language,
Expand Down

0 comments on commit bdd0f2c

Please sign in to comment.