We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee54608 commit dffb60dCopy full SHA for dffb60d
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.16.9
20
+
21
+**Polish**
22
23
+Support `strictBuiltinIteratorReturn`, #1949
24
25
# 2.16.8
26
27
**Polish**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fp-ts",
3
- "version": "2.16.8",
+ "version": "2.16.9",
4
"description": "Functional programming in TypeScript",
5
"main": "./lib/index.js",
6
"module": "./es6/index.js",
0 commit comments