Skip to content

Commit 6619768

Browse files
committed
version 2.13.1
1 parent cccc14b commit 6619768

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
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.13.0
19+
# 2.13.1
2020

21-
- **Experimental**
22-
- add `exports` field to `package.json` in order to support moduleResolution node12/nodenext, #1765 (@gcanti)
2321
- **New Feature**
2422
- new modules:
2523
- `ReaderIO`, #1738 (@sukovanej)

package.json

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

0 commit comments

Comments
 (0)