From 01fda862b24fc874a7712346a77fcf08429a6548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20D=C4=99bski?= Date: Fri, 22 Jan 2021 00:59:58 +0100 Subject: [PATCH] 1.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42cf9cd..6d12918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedjson", - "version": "1.6.0-rc4", + "version": "1.6.0", "description": "Typed JSON parsing and serializing for TypeScript that preserves type information, using decorators. Parse JSON into actual class instances.", "main": "./lib/cjs/index.js", "module": "./lib/esm5/index.js",