Skip to content

Commit d60e3a9

Browse files
author
Maxime Mangel
committed
Release 4.4.0
1 parent cfb6d68 commit d60e3a9

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

src/Fable.Cli/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 4.4.0 - 2023-10-24
10+
911
### Changed
1012

11-
#### FCS
13+
#### All
1214

1315
* Updated FCS to [bd66d54b1ac4dd0f252c0a37196c2ccd54628356](https://github.com/dotnet/fsharp/commits/bd66d54b1ac4dd0f252c0a37196c2ccd54628356) (by @ncave)
1416

src/Fable.Cli/Fable.Cli.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net6.0</TargetFramework>
7-
<Version>4.3.0</Version>
7+
<Version>4.4.0</Version>
88
<PackageReleaseNotes>* Fix #3438: Source maps
99
* Fix #3440: Don't curry arity-1 functions
1010
* Fix #3452: DateTimeOffset conversion to DateTime

src/Fable.Core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 4.2.0 - 2021-10-24
10+
911
### Added
1012

1113
#### JavaScript

src/Fable.Core/Fable.Core.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Description>Fable Core Library</Description>
66
<TargetFramework>netstandard2.0</TargetFramework>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8-
<Version>4.1.1</Version>
8+
<Version>4.2.0</Version>
99
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1010
</PropertyGroup>
1111
<ItemGroup>

src/Fable.Transforms/Global/Compiler.fs

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

33
module Literals =
4-
let [<Literal>] VERSION = "4.3.0"
4+
let [<Literal>] VERSION = "4.4.0"
55
let [<Literal>] JS_LIBRARY_VERSION = "1.1.1"
66

77
type CompilerOptionsHelper =

0 commit comments

Comments
 (0)