Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Apr 9, 2017
1 parent 88735c4 commit d3e671b
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.1

- **New Feature**
- `Semigroupoid` type class (@gcanti)
- `Rxjs` module (@gcanti)
- `Tuple` module (@gcanti)
- `Dictionary` module (@gcanti)
- add phantom types to all data structures in order to allow type extraction (@gcanti)
- add all exports for rollup (@gcanti)

# 0.2

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

0 comments on commit d3e671b

Please sign in to comment.