Skip to content

Commit 01ecb13

Browse files
committed
version 2.12.1
1 parent 357ae59 commit 01ecb13

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
**Note**: A feature tagged as Experimental is in a
1717
high state of flux, you're at risk of it changing without notice.
1818

19+
# 2.12.1
20+
21+
- **Bug Fix**
22+
- `ReadonlyRecord`
23+
- fix `traverseWithIndex` implementation, #1704 (@waynevanson)
24+
1925
# 2.12.0
2026

2127
- **New Feature**

package.json

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

0 commit comments

Comments
 (0)