Skip to content

Commit 44d0b1e

Browse files
Bump version to 1.3.2
1 parent 8d6d49a commit 44d0b1e

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
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.1</Version>
11+
<Version>1.3.2</Version>
1212
<TargetFramework>netstandard1.6</TargetFramework>
1313
</PropertyGroup>
1414
<ItemGroup>

src/dotnet/Fable.Compiler/RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### 1.3.1
1+
### 1.3.2
22

3-
* See dotnet-fable 1.3.1 release notes
3+
* See dotnet-fable 1.3.2 release notes
44

55
### 1.3.0-beta-009
66

src/dotnet/dotnet-fable/RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 1.3.2
2+
3+
* Don't pass dependencies to JS clients (see #1241)
4+
* Recompile edited and dependent files in watch compilations and send errors (if any) to client
5+
* Remove point-free warning for now as it was too noisy (see #1244)
6+
* Added List.RemoveRange (PR #1243 by Zaid-Ajaj)
7+
* Built with dotnet SDK 2.0.3 on Windows
8+
19
### 1.3.1
210

311
* Add warning for point-free style function declarations

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.1"
5+
let [<Literal>] VERSION = "1.3.2"
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.1</Version>
11+
<Version>1.3.2</Version>
1212
<OutputType>Exe</OutputType>
1313
<PackageType>DotnetCliTool</PackageType>
1414
<TargetFramework>netcoreapp2.0</TargetFramework>

0 commit comments

Comments
 (0)