Skip to content

Commit

Permalink
version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed May 6, 2019
1 parent b2d7334 commit fdb4e5d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
**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.0.6

- **New Feature**
- add `Task/withTimeout` (@gabro)
- add `TaskEither/withTimeout` (@gabro)
- add `TaskOption.withTimeout` (@gabro)
- add `TaskValidation.withTimeout` (@gabro)
- **Bug Fix**
- revert 55fe295e5d984a6b54c72005277733fd893f2234 (@gcanti)

# 0.0.5

- **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.0.5",
"version": "0.0.6",
"description": "A community driven utility package for fp-ts",
"files": [
"lib"
Expand Down

0 comments on commit fdb4e5d

Please sign in to comment.