Skip to content

Commit 1fc40a5

Browse files
Release version 2.1.1
1 parent 37980d6 commit 1fc40a5

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 2.1.1 - 2020-07-08
10+
11+
* Update fable-standalone
12+
913
## 2.1.0 - 2020-07-02
1014

1115
* Fix https://github.com/fable-compiler/Fable/issues/2113: UTF8.GetString fails in REPL

global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"sdk": {
3-
"version": "3.1.101"
3+
"version": "3.1.101",
4+
"rollForward": "minor"
45
}
56
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"fable-loader": "^2.1.9",
2626
"fable-metadata": "^1.5.0",
2727
"fable-splitter": "^2.2.0",
28-
"fable-standalone": "^1.3.15",
28+
"fable-standalone": "^1.3.16",
2929
"file-loader": "^6.0.0",
3030
"gh-pages": "^3.1.0",
3131
"html-webpack-plugin": "^4.3.0",

src/App/Prelude.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ open Fable.Core
66

77
[<RequireQualifiedAccess>]
88
module Literals =
9-
let [<Literal>] REPL_VERSION = "2.1.0" // Do not edit manually
9+
let [<Literal>] REPL_VERSION = "2.1.1" // Do not edit manually
1010
let [<Literal>] FABLE_VERSION = "2.10.1" // Do not edit manually
1111
let [<Literal>] STORAGE_KEY = "fable-repl"
1212
let [<Literal>] MAX_LOGS_LENGTH = 200

0 commit comments

Comments
 (0)