From 7f73f110b4fe531516c408a722d20564b8ec72d8 Mon Sep 17 00:00:00 2001 From: gcanti Date: Sun, 3 Dec 2023 19:09:43 +0100 Subject: [PATCH] version 2.2.21 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fce0de42..bfe46f09 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.21 + +- **Bug Fix** + - Handle `record` keys outside `domain`, #705 (@tgfisher4) + # 2.2.20 - undeprecate `FunctionType`, `FunctionC`, `Function` diff --git a/package.json b/package.json index c5d5f8ec..265d1034 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-ts", - "version": "2.2.20", + "version": "2.2.21", "description": "TypeScript runtime type system for IO decoding/encoding", "main": "lib/index.js", "module": "es6/index.js",