Skip to content

Commit

Permalink
version 0.1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Mar 31, 2022
1 parent c37c74e commit 1dc155c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
**Note**: Gaps between patch versions are faulty/broken releases.
**Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.

# 0.1.29

- **New Feature**
- `IOOption`
- add `fromPredicate`, #94 (@thewilkybarkid)

# 0.1.28

- **New Feature**
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-contrib",
"version": "0.1.28",
"version": "0.1.29",
"description": "A community driven utility package for fp-ts",
"main": "lib/index.js",
"module": "es6/index.js",
Expand Down

0 comments on commit 1dc155c

Please sign in to comment.