We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357ae59 commit 01ecb13Copy full SHA for 01ecb13
CHANGELOG.md
@@ -16,6 +16,12 @@
16
**Note**: A feature tagged as Experimental is in a
17
high state of flux, you're at risk of it changing without notice.
18
19
+# 2.12.1
20
+
21
+- **Bug Fix**
22
+ - `ReadonlyRecord`
23
+ - fix `traverseWithIndex` implementation, #1704 (@waynevanson)
24
25
# 2.12.0
26
27
- **New Feature**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fp-ts",
3
- "version": "2.12.0",
+ "version": "2.12.1",
4
"description": "Functional programming in TypeScript",
5
"main": "lib/index.js",
6
"module": "es6/index.js",
0 commit comments