From 5c31dc2048817025bcbc9a08a63514699dbd7799 Mon Sep 17 00:00:00 2001 From: gcanti Date: Mon, 8 May 2023 14:29:23 +0200 Subject: [PATCH] version 2.15.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5004e6f19..1bf873f34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fp-ts", - "version": "2.14.0", + "version": "2.15.0", "description": "Functional programming in TypeScript", "main": "./lib/index.js", "module": "./es6/index.js",