diff --git a/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs b/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs index c5a801e5a6..242bb819cc 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.3" + let [] VERSION = "2.0.4" let [] CORE_VERSION = "2.0.0" 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 786cfcf00f..9d93b877da 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.3 - 2.0.3 + 2.0.4 + 2.0.4 Exe DotnetCliTool dotnet-fable diff --git a/src/dotnet/Fable.Compiler/RELEASE_NOTES.md b/src/dotnet/Fable.Compiler/RELEASE_NOTES.md index a1b9147d30..3a8e161e54 100644 --- a/src/dotnet/Fable.Compiler/RELEASE_NOTES.md +++ b/src/dotnet/Fable.Compiler/RELEASE_NOTES.md @@ -1,3 +1,11 @@ +### 2.0.4 + +* Fix #1594 Array.partition results are too long @ericharding +* Fix #1599: Folders starting with dot @OnurGumus @inosik +* Check files exist when collecing all sources into single .fsproj @dbrattli +* Don't trigger Symbol.iterator when testing for iterables +* Improvements for Fable REPL @ncave + ### 2.0.3 * Fix #1588: MailboxProcessor.PostAndAsyncReply with falsy values @nilekirk diff --git a/src/js/fable-splitter/RELEASE_NOTES.md b/src/js/fable-splitter/RELEASE_NOTES.md index 637f389707..c75aad3a0e 100644 --- a/src/js/fable-splitter/RELEASE_NOTES.md +++ b/src/js/fable-splitter/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 2.0.1 + +* Improve relative path check + ### 2.0.0 * Fable 2 diff --git a/src/js/fable-splitter/package.json b/src/js/fable-splitter/package.json index 47d9bba921..4cffb2afc6 100644 --- a/src/js/fable-splitter/package.json +++ b/src/js/fable-splitter/package.json @@ -1,6 +1,6 @@ { "name": "fable-splitter", - "version": "2.0.0", + "version": "2.0.1", "description": "File splitter for Fable (F# to JavaScript compiler)", "author": "ncave", "license": "Apache-2.0",