Skip to content

Commit 0769ee5

Browse files
committed
version 2.11.3
1 parent 295ea40 commit 0769ee5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
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.11.3
20+
21+
- **Polish**
22+
- pipe: fix v8 performance cliff for >10 case stmts, #1585 (@pbadenski)
23+
1924
# 2.11.2
2025

2126
- **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.11.2",
3+
"version": "2.11.3",
44
"description": "Functional programming in TypeScript",
55
"main": "lib/index.js",
66
"module": "es6/index.js",

0 commit comments

Comments
 (0)