Skip to content

Commit

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

- **New Feature**
- add `getOrElse` to `Either`, fix #39 (@sledorze)
- **Experimental**
- add `EitherT`, fix #36 (@gcanti)
- add `OptionT`, fix #37 (@gcanti)
- add `ReaderT`, fix #38 (@gcanti)
- add `Trans` typeclass (`liftT`), fix #40 (@gcanti)
- add `Free`, fix #42 (@gcanti)

# 0.2.4

- **Polish**
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.2.4",
"version": "0.2.5",
"description": "Functional programming in TypeScript",
"files": [
"lib",
Expand Down

0 comments on commit dec08ee

Please sign in to comment.