File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed 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
66
77## Unreleased
88
9+ ## 1.0.3 - 2020-02-20
10+
11+ * Fix #79 : Use CSS to style the calculator example
12+
913## 1.0.2 - 2020-02-20
1014
1115* Fix #75 : Remove logs from iframeMessage when in production mode
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ open Fable.Core
66
77[<RequireQualifiedAccess>]
88module Literals =
9- let [<Literal>] REPL_VERSION = " 1.0.2 " // Do not edit manually
9+ let [<Literal>] REPL_VERSION = " 1.0.3 " // Do not edit manually
1010 let [<Literal>] FABLE_VERSION = " 2.4.15" // Do not edit manually
1111 let [<Literal>] STORAGE_KEY = " fable-repl"
1212 let [<Literal>] MAX_LOGS_LENGTH = 200
You can’t perform that action at this time.
0 commit comments