Skip to content

Commit aa4af03

Browse files
committed
bump version
1 parent 0eaed8e commit aa4af03

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
**Note**: A feature tagged as Experimental is in a
1616
high state of flux, you're at risk of it changing without notice.
1717

18+
# 2.10.5
19+
20+
- **Bug Fix**
21+
- `StateT`
22+
- fix typo in `fromF`, #1503 (@DKurilo)
23+
1824
# 2.10.4
1925

2026
- **Bug Fix**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fp-ts",
3-
"version": "2.10.4",
3+
"version": "2.10.5",
44
"description": "Functional programming in TypeScript",
55
"main": "lib/index.js",
66
"module": "es6/index.js",

0 commit comments

Comments
 (0)