From e619fb1a769afb0dde3b17f4fc3ae28caa004466 Mon Sep 17 00:00:00 2001 From: gcanti Date: Thu, 6 Oct 2022 14:19:00 +0200 Subject: [PATCH] version 2.2.19 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 496e1cc4..4a71d021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,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. +# 2.2.19 + +- **Bug Fix** + - allow `Error` to be decoded with `UnknownRecord`, #664 (@mlegenhausen) + # 2.2.18 - **Bug Fix** diff --git a/package.json b/package.json index a6a8108b..8f799159 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-ts", - "version": "2.2.18", + "version": "2.2.19", "description": "TypeScript runtime type system for IO decoding/encoding", "main": "lib/index.js", "module": "es6/index.js",