We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eaed8e commit aa4af03Copy full SHA for aa4af03
CHANGELOG.md
@@ -15,6 +15,12 @@
15
**Note**: A feature tagged as Experimental is in a
16
high state of flux, you're at risk of it changing without notice.
17
18
+# 2.10.5
19
+
20
+- **Bug Fix**
21
+ - `StateT`
22
+ - fix typo in `fromF`, #1503 (@DKurilo)
23
24
# 2.10.4
25
26
- **Bug Fix**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fp-ts",
3
- "version": "2.10.4",
+ "version": "2.10.5",
4
"description": "Functional programming in TypeScript",
5
"main": "lib/index.js",
6
"module": "es6/index.js",
0 commit comments