Skip to content

Commit

Permalink
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 2.1.1 - 2020-07-08

* Update fable-standalone

## 2.1.0 - 2020-07-02

* Fix https://github.com/fable-compiler/Fable/issues/2113: UTF8.GetString fails in REPL
3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"sdk": {
"version": "3.1.101"
"version": "3.1.101",
"rollForward": "minor"
}
}
6 changes: 3 additions & 3 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
"fable-loader": "^2.1.9",
"fable-metadata": "^1.5.0",
"fable-splitter": "^2.2.0",
"fable-standalone": "^1.3.15",
"fable-standalone": "^1.3.16",
"file-loader": "^6.0.0",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^4.3.0",
2 changes: 1 addition & 1 deletion src/App/Prelude.fs
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ open Fable.Core

[<RequireQualifiedAccess>]
module Literals =
let [<Literal>] REPL_VERSION = "2.1.0" // Do not edit manually
let [<Literal>] REPL_VERSION = "2.1.1" // Do not edit manually
let [<Literal>] FABLE_VERSION = "2.10.1" // Do not edit manually
let [<Literal>] STORAGE_KEY = "fable-repl"
let [<Literal>] MAX_LOGS_LENGTH = 200

0 comments on commit 1fc40a5

Please sign in to comment.