Skip to content

Commit

Permalink
Bump version to 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Jan 9, 2019
1 parent 6090e3d commit e0cd1e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.9"
let [<Literal>] VERSION = "2.1.10"
let [<Literal>] CORE_VERSION = "2.0.3"
let [<Literal>] DEFAULT_PORT = 61225
let [<Literal>] FORCE = "force:"
Expand Down
4 changes: 4 additions & 0 deletions src/js/fable-compiler/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.1.10

* Fix #1698: Reflection info for delegates

### 2.1.9

* `TimeSpan` fixes (parsing, stringifying) @rfrerebe
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.9",
"version": "2.1.10",
"main": "dist/index.js",
"description": "Fable compiler",
"keywords": [
Expand Down

0 comments on commit e0cd1e9

Please sign in to comment.