From eb4426145397f5df389a9f900f114f95655bf1b5 Mon Sep 17 00:00:00 2001 From: Aldwin Vlasblom Date: Tue, 8 Aug 2017 10:29:51 +0200 Subject: [PATCH] Release 7.0.0 * Add TypeScript definition file * Remove chainRec named export --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 430b1faf..c2dc6690 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluture", - "version": "6.3.0", + "version": "7.0.0", "description": "FantasyLand compliant (monadic) alternative to Promises", "main": "index.js", "types": "index.d.ts",