diff --git a/src/Fable.Cli/Util.fs b/src/Fable.Cli/Util.fs index 16fa52ddd8..8977fdd87e 100644 --- a/src/Fable.Cli/Util.fs +++ b/src/Fable.Cli/Util.fs @@ -2,7 +2,7 @@ namespace Fable.Cli module Literals = - let [] VERSION = "2.3.22" + let [] VERSION = "2.3.23" let [] CORE_VERSION = "2.1.0" let [] DEFAULT_PORT = 61225 let [] FORCE = "force:" diff --git a/src/fable-compiler/RELEASE_NOTES.md b/src/fable-compiler/RELEASE_NOTES.md index 1e152777b8..2b94fb409a 100644 --- a/src/fable-compiler/RELEASE_NOTES.md +++ b/src/fable-compiler/RELEASE_NOTES.md @@ -1,3 +1,9 @@ +### 2.3.23 + +* Fix #1894: Seq.distinct with infinite sequence @et1975 +* Fix #1891: Overloads with anonymous records @Zaid-Ajaj +* Fix #1886: Handle .fsx file with dotnet core 3 @rfrerebe + ### 2.3.22 * Fix `Count` on ICollection @forki diff --git a/src/fable-compiler/package-lock.json b/src/fable-compiler/package-lock.json index 86c732ffe4..b6b1876da2 100644 --- a/src/fable-compiler/package-lock.json +++ b/src/fable-compiler/package-lock.json @@ -1,6 +1,6 @@ { "name": "fable-compiler", - "version": "2.3.22", + "version": "2.3.23", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/fable-compiler/package.json b/src/fable-compiler/package.json index 567cde4faa..93fc6fedc9 100644 --- a/src/fable-compiler/package.json +++ b/src/fable-compiler/package.json @@ -1,6 +1,6 @@ { "name": "fable-compiler", - "version": "2.3.22", + "version": "2.3.23", "main": "dist/index.js", "description": "Fable compiler", "keywords": [