From 46999babe78b08765a573a1a56d5c16233d99f0b Mon Sep 17 00:00:00 2001 From: gcanti Date: Mon, 5 Oct 2020 11:52:40 +0200 Subject: [PATCH] version 2.2.11 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7448ae273..78c2c6cc3 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.11 + +- **Polish** + - `Decoder` + - make `toForest` stack-safe, #520 (@safareli) + # 2.2.10 - **Polish** diff --git a/package.json b/package.json index d6b4ea7f3..0cd8f9fc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-ts", - "version": "2.2.10", + "version": "2.2.11", "description": "TypeScript runtime type system for IO decoding/encoding", "main": "lib/index.js", "module": "es6/index.js",