We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccc14b commit 6619768Copy full SHA for 6619768
CHANGELOG.md
@@ -16,10 +16,8 @@
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.13.0
+# 2.13.1
20
21
-- **Experimental**
22
- - add `exports` field to `package.json` in order to support moduleResolution node12/nodenext, #1765 (@gcanti)
23
- **New Feature**
24
- new modules:
25
- `ReaderIO`, #1738 (@sukovanej)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fp-ts",
3
- "version": "2.13.0",
+ "version": "2.13.1",
4
"description": "Functional programming in TypeScript",
5
"main": "./lib/index.js",
6
"module": "./es6/index.js",
0 commit comments