Skip to content

Commit

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

- **New Feature**
- Functor: add `voidRight` / `voidLeft`, closes #120 (@gcanti)
- Add `Mealy` machine, closes #122 (@gcanti)
- Add `Filterable`, closes #124 (@gcanti)
- Add `Witherable`, closes #125 (@gcanti)
- **Polish**
- upgrade to ts 2.3.4
- Either: make `right` === `of\
- IxIO example: use new proof

# 0.3.2

- **Bug Fix**
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.3.2",
"version": "0.3.3",
"description": "Functional programming in TypeScript",
"files": [
"lib"
Expand Down

0 comments on commit 888349d

Please sign in to comment.