Skip to content

Commit 8c7b11e

Browse files
committed
Bump version to 3.3.1-beta004
- [FSharp.Core version warning](#194). Credits @TheAngryByrd - [List.traverseValidationA and List.sequenceValidationA now preserve the order of errors](#192). Credits @ursenzler - [Fixing Fable Build](#196) Credits @alfonsogarciacaro
1 parent 093d4a9 commit 8c7b11e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
### 3.3.1-beta003
1+
### 3.3.1-beta004 - November 18, 2022
22
- [FSharp.Core version warning](https://github.com/demystifyfp/FsToolkit.ErrorHandling/issues/194). Credits @TheAngryByrd
33
- [List.traverseValidationA and List.sequenceValidationA now preserve the order of errors](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/192). Credits @ursenzler
4+
- [Fixing Fable Build](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/196) Credits @alfonsogarciacaro
45

56
### 3.3.0 - November 08, 2022
67
- [Updates for .NET 7](https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/193). Credits @TheAngryByrd

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "7.0.100-rc.2.22477.23"
3+
"version": "7.0.100"
44
}
55
}

0 commit comments

Comments
 (0)