Skip to content

Commit

Permalink
Bump version to 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Jan 8, 2019
1 parent fc5a94f commit 064b29c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Compiler/CLI/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.1.8"
let [<Literal>] VERSION = "2.1.9"
let [<Literal>] CORE_VERSION = "2.0.3"
let [<Literal>] DEFAULT_PORT = 61225
let [<Literal>] FORCE = "force:"
Expand Down
13 changes: 13 additions & 0 deletions src/js/fable-compiler/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 2.1.9

* `TimeSpan` fixes (parsing, stringifying) @rfrerebe
* Fix `Int64.TryParse` @MangelMaxime
* Add `ResizeArray.Exists` @wangweipeng
* Fix #1687: Add `document` to JS keywords @MangelMaxime
* Fix #1683: Math.Truncate
* Fix #1689: List.pairwise
* Fix #1672: List.filter works backwards
* Fix #1637: Relax GUID parsing
* Fix #1536: Allow enums with unknown name and fix enum inlining


### 2.1.8

* Added LazyPattern operator @ncave #1669
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.8",
"version": "2.1.9",
"main": "dist/index.js",
"description": "Fable compiler",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions src/js/fable-splitter/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.1.1

* Pass Babel options from splitter.config

### 2.1.0

* Release _stablish_ version
Expand Down
2 changes: 1 addition & 1 deletion src/js/fable-splitter/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-splitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fable-splitter",
"version": "2.1.0",
"version": "2.1.1",
"description": "File splitter for Fable (F# to JavaScript compiler)",
"author": "ncave",
"license": "Apache-2.0",
Expand Down

0 comments on commit 064b29c

Please sign in to comment.