From d3e671b72cc42e6ba67b84fc5102d89625d3bfd0 Mon Sep 17 00:00:00 2001 From: gcanti Date: Sun, 9 Apr 2017 17:10:43 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 256c2b89e..182d4580a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/package.json b/package.json index 23bab4ece..d4ff4dd44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fp-ts", - "version": "0.2.0", + "version": "0.2.1", "description": "Functional programming in TypeScript", "files": [ "lib",