Skip to content

Commit

Permalink
version 2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Sep 21, 2021
1 parent 295ea40 commit 0769ee5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -16,6 +16,11 @@
**Note**: A feature tagged as Experimental is in a
high state of flux, you're at risk of it changing without notice.

# 2.11.3

- **Polish**
- pipe: fix v8 performance cliff for >10 case stmts, #1585 (@pbadenski)

# 2.11.2

- **Polish**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fp-ts",
"version": "2.11.2",
"version": "2.11.3",
"description": "Functional programming in TypeScript",
"main": "lib/index.js",
"module": "es6/index.js",
Expand Down

0 comments on commit 0769ee5

Please sign in to comment.