From 043b9a20d8208ceb731e9a328838cc29dff85554 Mon Sep 17 00:00:00 2001 From: Beeno Tung Date: Fri, 31 May 2024 11:57:17 +0800 Subject: [PATCH] 1.13.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c34cd0..fb999e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cast.ts", - "version": "1.12.3", + "version": "1.13.0", "description": "Validation parsers with static type inference. cast.ts makes it easy to validate data from RESTful API", "main": "dist/core.js", "types": "dist/core.d.ts",