From e676d8601daaf6ea9e9cfc5a242f65b4511787a9 Mon Sep 17 00:00:00 2001 From: gcanti Date: Fri, 9 Nov 2018 13:57:33 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf06b8826..3c9a456a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,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. +# 1.4.1 + +- **Polish** + - `Type.prototype.pipe` now allows more types as input, #231 #232 (@sledorze) + # 1.4.0 - **New Feature** diff --git a/package.json b/package.json index 114773b5f..d69f8982f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-ts", - "version": "1.4.0", + "version": "1.4.1", "description": "TypeScript compatible runtime type system for IO validation", "files": [ "lib"