diff --git a/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs b/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs index 079a210d32..f660a8076e 100644 --- a/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs +++ b/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs @@ -2,7 +2,7 @@ namespace Fable.CLI module Literals = - let [] VERSION = "2.0.9" + let [] VERSION = "2.0.10" let [] CORE_VERSION = "2.0.1" let [] DEFAULT_PORT = 61225 let [] FORCE = "force:" diff --git a/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj b/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj index 36cc09d478..b7e92912ba 100644 --- a/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj +++ b/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj @@ -2,8 +2,8 @@ Fable: F# to JS Compiler - 2.0.9 - 2.0.9 + 2.0.10 + 2.0.10 Exe DotnetCliTool dotnet-fable diff --git a/src/dotnet/Fable.Compiler/RELEASE_NOTES.md b/src/dotnet/Fable.Compiler/RELEASE_NOTES.md index 26618d8dc3..fb125f7f93 100644 --- a/src/dotnet/Fable.Compiler/RELEASE_NOTES.md +++ b/src/dotnet/Fable.Compiler/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +### 2.0.10 + +* Improve decimal support #1627 +* Compile fable-core/BigInt from F# #1631 +* Add range info to Debugger statement + ### 2.0.9 * Include non-mangled identifier names for source maps