Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Aug 2, 2017
1 parent c5a54d3 commit e342cdc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
**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.4.4

- **New Feature**
- add `contains`, `isNone`, `isSome`, `exists` methods to `Option` (@alexandervanhecke)
- add `Exception` module (@gcanti)
- add `Pair` module (@gcanti)
- add `Trace` module (@gcanti)
- add `IxMonad` module (@gcanti)
- add `IxIO` module (@gcanti)
- add `Either.fromOption` (@gcanti)
- **Documentation**
- add `StateT` example (@gcanti)
- add `IxIO` example (@gcanti)

# 0.4.3

- **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",
"version": "0.4.3",
"version": "0.4.4",
"description": "Functional programming in TypeScript",
"files": ["lib"],
"main": "lib/index.js",
Expand Down

0 comments on commit e342cdc

Please sign in to comment.