Skip to content

Commit dffb60d

Browse files
authored
version 2.16.9 (#1950)
1 parent ee54608 commit dffb60d

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
@@ -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.16.9
20+
21+
**Polish**
22+
23+
Support `strictBuiltinIteratorReturn`, #1949
24+
1925
# 2.16.8
2026

2127
**Polish**

package.json

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

0 commit comments

Comments
 (0)