Skip to content

Commit dffaf7b

Browse files
Bump version to 1.3.11
1 parent 98fa2c1 commit dffaf7b

File tree

7 files changed

+19
-4
lines changed

7 files changed

+19
-4
lines changed

src/dotnet/Fable.Compiler/Fable.Compiler.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageIconUrl>https://raw.githubusercontent.com/fable-compiler/Fable/master/docs/img/fable_logo.png</PackageIconUrl>
99
<PackageTags>fsharp;fable;javascript;f#;js</PackageTags>
1010
<Authors>Alfonso García-Caro Núñez</Authors>
11-
<Version>1.3.10</Version>
11+
<Version>1.3.11</Version>
1212
<TargetFramework>netstandard1.6</TargetFramework>
1313
</PropertyGroup>
1414
<ItemGroup>

src/dotnet/Fable.Compiler/RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.3.11
2+
3+
* See dotnet-fable 1.3.11 release notes
4+
15
### 1.3.10
26

37
* Pin FSharp.Core to 4.2.3

src/dotnet/Fable.Core/Fable.Core.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Authors>Alfonso García-Caro Núñez</Authors>
1111
<TargetFramework>netstandard1.6</TargetFramework>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
13-
<Version>1.3.9</Version>
13+
<Version>1.3.11</Version>
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<Compile Include="Util.fs" />

src/dotnet/Fable.Core/RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.3.11
2+
3+
* See dotnet-fable 1.3.11 release notes
4+
15
### 1.3.9
26

37
* Add setTimeout / setInterval to Fable.Import.Js (@jgrund)

src/dotnet/dotnet-fable/RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.3.11
2+
3+
* Fix #1357: Keep the context when calling console
4+
* Fix #1358: mangle `window` and `console` var names
5+
* Fix #1359: Long max/min values
6+
* Fix #1360: `ignore` wrapped in lambda should return undefined
7+
18
### 1.3.10
29

310
* Pin FSharp.Core to 4.2.3

src/dotnet/dotnet-fable/ToolsUtil.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace Fable.CLI
22

33
module Constants =
44

5-
let [<Literal>] VERSION = "1.3.10"
5+
let [<Literal>] VERSION = "1.3.11"
66
let [<Literal>] DEFAULT_PORT = 61225
77

88
/// These values must be only set by the Main method

src/dotnet/dotnet-fable/dotnet-fable.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageIconUrl>https://raw.githubusercontent.com/fable-compiler/Fable/master/docs/img/fable_logo.png</PackageIconUrl>
99
<PackageTags>fsharp;fable;javascript;f#;js</PackageTags>
1010
<Authors>Alfonso García-Caro Núñez</Authors>
11-
<Version>1.3.10</Version>
11+
<Version>1.3.11</Version>
1212
<OutputType>Exe</OutputType>
1313
<PackageType>DotnetCliTool</PackageType>
1414
<TargetFramework>netcoreapp2.0</TargetFramework>

0 commit comments

Comments
 (0)