From 7a658b46513547bbf2719fc39145c8c8abc42716 Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Fri, 23 Feb 2024 15:49:13 +0800 Subject: [PATCH] 0.3.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22839cc..a435a9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clarity-codegen", - "version": "0.3.5", + "version": "0.3.6", "main": "./lib/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts",