From fd6acf54c257d3aa345d5af451af4725a4451461 Mon Sep 17 00:00:00 2001 From: Josh Jordan Date: Sun, 10 Nov 2024 13:36:02 -0500 Subject: [PATCH] 0.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 284656e..007aed6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-type-cast", - "version": "0.2.6", + "version": "0.3.0", "description": "Simple, lightweight type casting of JSON objects to classes. Use it on the JSON response from your server to deal with proper model classes on the frontend. No dependencies", "author": "Josh Jordan", "license": "MIT",