Skip to content

Commit

Permalink
version 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Oct 17, 2022
1 parent cccc14b commit 6619768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
**Note**: A feature tagged as Experimental is in a
high state of flux, you're at risk of it changing without notice.

# 2.13.0
# 2.13.1

- **Experimental**
- add `exports` field to `package.json` in order to support moduleResolution node12/nodenext, #1765 (@gcanti)
- **New Feature**
- new modules:
- `ReaderIO`, #1738 (@sukovanej)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fp-ts",
"version": "2.13.0",
"version": "2.13.1",
"description": "Functional programming in TypeScript",
"main": "./lib/index.js",
"module": "./es6/index.js",
Expand Down

0 comments on commit 6619768

Please sign in to comment.