diff --git a/src/Fable.Cli/Util.fs b/src/Fable.Cli/Util.fs index 8e8add123a..6ffd0644a6 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.12" + let [] VERSION = "2.3.14" 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 b5a94adc19..ab87b66e74 100644 --- a/src/fable-compiler/RELEASE_NOTES.md +++ b/src/fable-compiler/RELEASE_NOTES.md @@ -1,3 +1,14 @@ +### 2.3.14 + +* Fix Timespan and Guid reflection info @MangelMaxime +* Fix #1864: npm security issues +* Fix #1863: Binding event to a value +* Fix #1862: Add `--silent` option + +* Fix #1859: Binding optimization vs tailcalls +* Fix #1857, #1729: Maps casted to IDictionary +* Fix #1856: Decimal and BigInt ranges + ### 2.3.12 * Fix #1848: decimal should round up .5 diff --git a/src/fable-compiler/package-lock.json b/src/fable-compiler/package-lock.json index 7c54cde33d..4fa28016dd 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.12", + "version": "2.3.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/fable-compiler/package.json b/src/fable-compiler/package.json index cc8ed7869b..9aea183070 100644 --- a/src/fable-compiler/package.json +++ b/src/fable-compiler/package.json @@ -1,6 +1,6 @@ { "name": "fable-compiler", - "version": "2.3.12", + "version": "2.3.14", "main": "dist/index.js", "description": "Fable compiler", "keywords": [