From 6e0c58b0a1f445a1ba9bb8006d76cb43ba6d7c98 Mon Sep 17 00:00:00 2001 From: gcanti Date: Wed, 3 Feb 2021 08:06:43 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c04639e9..9c1fd36d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ **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.14 + +- **Experimental** + - `Guard` + - relax `UnknownRecord` check, closes #559 (@waynevanson) + # 2.2.13 - **Bug Fix** diff --git a/package.json b/package.json index 9a9001ddb..6d2c1d2b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-ts", - "version": "2.2.13", + "version": "2.2.14", "description": "TypeScript runtime type system for IO decoding/encoding", "main": "lib/index.js", "module": "es6/index.js",