From a49da06fa60b685f22256c99a0ca51ffa00ed316 Mon Sep 17 00:00:00 2001 From: gcanti Date: Sat, 10 Feb 2018 12:48:18 +0100 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3088e6289..af2f46ed1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-ts", - "version": "0.9.8", + "version": "1.0.0", "description": "TypeScript compatible runtime type system for IO validation", "files": ["lib"], "main": "lib/index.js",