Skip to content

Commit

Permalink
Bump version to 2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Jan 30, 2019
1 parent 199e49a commit e79adea
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/dotnet/Fable.Compiler/CLI/CLI.Util.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ namespace Fable.CLI

module Literals =

let [<Literal>] VERSION = "2.1.10"
let [<Literal>] CORE_VERSION = "2.0.3"
let [<Literal>] VERSION = "2.1.11"
let [<Literal>] CORE_VERSION = "2.1.0"
let [<Literal>] DEFAULT_PORT = 61225
let [<Literal>] FORCE = "force:"
let [<Literal>] EXIT = "exit"
Expand Down
12 changes: 12 additions & 0 deletions src/js/fable-compiler/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### 2.1.11

* Add `List.exactlyOne` @wangweipeng
* Add support for more `TimeSpan.ToString` options @rfrerebe
* Added `ResizeArray.RemoveAll/FindIndexFindLastIndex` @ncave
* Fix #1705: `Array.choose` always returns empty array for numeric option output types @ncave
* Fix #1716: `windowed` is not supported
* Fix #1715: `Seq.forall` is not lazy
* Fix #1712: HashSet equality works with generics
* Fix #1696: Add warning when trying to pass an argument byref
* Skip Fable.Core version check

### 2.1.10

* Fix #1698: Reflection info for delegates
Expand Down
2 changes: 1 addition & 1 deletion src/js/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/js/fable-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fable-compiler",
"version": "2.1.10",
"version": "2.1.11",
"main": "dist/index.js",
"description": "Fable compiler",
"keywords": [
Expand Down

0 comments on commit e79adea

Please sign in to comment.