From 8a14b7ce3a3c0e132551f7a3e06b1aabc3dacecc Mon Sep 17 00:00:00 2001 From: Ketut Sandiarsa Date: Tue, 9 Apr 2019 10:51:50 +0800 Subject: [PATCH] v1.0.0-alpha.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fda7b9c..7c3f936 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedconverter", - "version": "1.0.0-alpha.8", + "version": "1.0.0-alpha.9", "description": "Convert object into classes match with TypeScript type annotation", "main": "lib/index.js", "types": "lib/index.d.ts",