From d4a583969c90a0303350941c94754e98fa381314 Mon Sep 17 00:00:00 2001 From: gcanti Date: Mon, 11 Mar 2024 18:18:51 +0100 Subject: [PATCH] version 2.16.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8aad554..88b4dea4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ **Note**: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice. +# 2.16.3 + +**Polish** + +`Either.ts`: `toError`: Don't fail when a value can't be converted to a primitive, #1924 + # 2.16.2 **Polish** diff --git a/package.json b/package.json index 64276ddcc..d69dbb4f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fp-ts", - "version": "2.16.2", + "version": "2.16.3", "description": "Functional programming in TypeScript", "main": "./lib/index.js", "module": "./es6/index.js",