Skip to content

Commit 145297f

Browse files
author
Maxime Mangel
committed
Release 4.4.1
1 parent 0ac4f8a commit 145297f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

src/Fable.Cli/CHANGELOG.md

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

77
## Unreleased
88

9+
## 4.4.1 - 2023-10-25
10+
11+
### Changed
12+
913
#### All
1014

11-
* Turn off FCS warning 3560 by default (by @vzarytovskii)
15+
* Fix #3567: Turn off FCS warning 3560 by default (by @vzarytovskii)
16+
17+
### Fixed
1218

1319
#### Rust
1420

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.4.0</Version>
7+
<Version>4.4.1</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.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.4.0"
4+
let [<Literal>] VERSION = "4.4.1"
55
let [<Literal>] JS_LIBRARY_VERSION = "1.1.1"
66

77
type CompilerOptionsHelper =

0 commit comments

Comments
 (0)