Skip to content

Commit

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

- **New Feature**
- add `Free Applicative`, closes #106 (@gcanti)
- Add `Semiring`, closes #107 (@gcanti)
- Add `Ring`, closes #108 (@gcanti)
- Add `Field`, closes #109 (@gcanti)
- Improve `toString` methods, closes #116 (@gcanti)
- **Bug Fix**
- NonEmptyArray: add missing static `of` (@gcanti)
- add `_tag` type annotations, closes #118 (@gcanti)
- **Internal**
- Change `proof`s of implementation (@rilut)
- use prettier, closes #114 (@gcanti)

# 0.3.0

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

0 comments on commit 4ef68b5

Please sign in to comment.