File tree Expand file tree Collapse file tree 5 files changed +8
-4
lines changed
Expand file tree Collapse file tree 5 files changed +8
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11namespace Fable
22
33module 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
77type CompilerOptionsHelper =
You can’t perform that action at this time.
0 commit comments