diff --git a/CHANGELOG.md b/CHANGELOG.md index 182d4580a..ac6b4c9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ **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.2 + +- **Bug Fix** + - fix `Some.reduce` so it calls `f`, https://github.com/gcanti/fp-ts/pull/45 (@leemhenson) + # 0.2.1 - **New Feature** diff --git a/package.json b/package.json index bf9fe8baa..6370fec2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fp-ts", - "version": "0.2.1", + "version": "0.2.2", "description": "Functional programming in TypeScript", "files": [ "lib",