Skip to content

Commit

Permalink
version 2.13.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Sep 15, 2022
1 parent f31cd2b commit f340bec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
**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-rc.1
# 2.13.0-rc.2

How to install:

Expand Down
8 changes: 7 additions & 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-rc.1",
"version": "2.13.0-rc.2",
"description": "Functional programming in TypeScript",
"main": "./lib/index.js",
"module": "./es6/index.js",
Expand All @@ -25,6 +25,12 @@
"*": {
"*": [
"./types/*"
],
"lib/*": [
"./types/*"
],
"es6/*": [
"./types/*"
]
}
},
Expand Down

0 comments on commit f340bec

Please sign in to comment.