Skip to content

Commit

Permalink
Release 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Mangel committed Oct 14, 2023
1 parent 2422de8 commit c141555
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/Fable.Cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 4.2.2 - 2023-10-14

### Fixed

* [Python] Fix #3527: Fix error `name '...' is not defined`
* [Python] Fix #3496: Python target is confused with class taking a `length: int ` argument
* [Python] Fix #3527: Fix error `name '...' is not defined` (by @dbrattli)
* [Python] Fix #3496: Python target is confused with class taking a `length: int ` argument (by @dbrattli)

## 4.2.1 - 2023-09-29

Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Cli/Fable.Cli.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>4.2.1</Version>
<Version>4.2.2</Version>
<PackageReleaseNotes>* Fix #3438: Source maps
* Fix #3440: Don't curry arity-1 functions
* Fix #3452: DateTimeOffset conversion to DateTime
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.Transforms/Global/Compiler.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Fable

module Literals =
let [<Literal>] VERSION = "4.2.1"
let [<Literal>] VERSION = "4.2.2"
let [<Literal>] JS_LIBRARY_VERSION = "1.1.1"

type CompilerOptionsHelper =
Expand Down

0 comments on commit c141555

Please sign in to comment.