Skip to content

Commit 1dc155c

Browse files
committed
version 0.1.29
1 parent c37c74e commit 1dc155c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
**Note**: Gaps between patch versions are faulty/broken releases.
1414
**Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.
1515

16+
# 0.1.29
17+
18+
- **New Feature**
19+
- `IOOption`
20+
- add `fromPredicate`, #94 (@thewilkybarkid)
21+
1622
# 0.1.28
1723

1824
- **New Feature**

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-contrib",
3-
"version": "0.1.28",
3+
"version": "0.1.29",
44
"description": "A community driven utility package for fp-ts",
55
"main": "lib/index.js",
66
"module": "es6/index.js",

0 commit comments

Comments
 (0)