Skip to content

Commit

Permalink
Release 2.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Jul 26, 2019
1 parent 566b4f3 commit b470f3f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Fable.Cli/Util.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Fable.Cli

module Literals =

let [<Literal>] VERSION = "2.3.12"
let [<Literal>] VERSION = "2.3.14"
let [<Literal>] CORE_VERSION = "2.1.0"
let [<Literal>] DEFAULT_PORT = 61225
let [<Literal>] FORCE = "force:"
Expand Down
11 changes: 11 additions & 0 deletions src/fable-compiler/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/fable-compiler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/fable-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fable-compiler",
"version": "2.3.12",
"version": "2.3.14",
"main": "dist/index.js",
"description": "Fable compiler",
"keywords": [
Expand Down

0 comments on commit b470f3f

Please sign in to comment.