Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed May 8, 2017
1 parent 6697abb commit ffa791d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,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.2.7

- **New Feature**
- `Foldable` module: add `intercalate` function, fix #65 (@gcanti)
- Add `Profunctor` typeclass, fix #33 (@gcanti, @sledorze)
- Add `These`, fix #47 (@gcanti)
- `Apply` module: add `applyFirst` and `applySecond`, fix #60 (@sledorze)
- **Bug Fix**
- fix `Either.ap` (@sledorze)

# 0.2.6

- **Polish**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fp-ts",
"version": "0.2.6",
"version": "0.2.7",
"description": "Functional programming in TypeScript",
"files": [
"lib",
Expand Down

0 comments on commit ffa791d

Please sign in to comment.