Skip to content

Commit

Permalink
Bump version to 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Nov 12, 2018
1 parent 1e849ed commit 0b7bacc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Compiler/CLI/CLI.Util.fs
Expand Up @@ -2,7 +2,7 @@ namespace Fable.CLI

module Literals =

let [<Literal>] VERSION = "2.0.9"
let [<Literal>] VERSION = "2.0.10"
let [<Literal>] CORE_VERSION = "2.0.1"
let [<Literal>] DEFAULT_PORT = 61225
let [<Literal>] FORCE = "force:"
Expand Down
4 changes: 2 additions & 2 deletions src/dotnet/Fable.Compiler/Fable.Compiler.fsproj
Expand Up @@ -2,8 +2,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Fable: F# to JS Compiler</Description>
<Version>2.0.9</Version>
<PackageVersion>2.0.9</PackageVersion>
<Version>2.0.10</Version>
<PackageVersion>2.0.10</PackageVersion>
<OutputType>Exe</OutputType>
<PackageType>DotnetCliTool</PackageType>
<AssemblyName>dotnet-fable</AssemblyName>
Expand Down
6 changes: 6 additions & 0 deletions src/dotnet/Fable.Compiler/RELEASE_NOTES.md
@@ -1,3 +1,9 @@
### 2.0.10

* Improve decimal support #1627
* Compile fable-core/BigInt from F# #1631
* Add range info to Debugger statement

### 2.0.9

* Include non-mangled identifier names for source maps
Expand Down

0 comments on commit 0b7bacc

Please sign in to comment.