From 226f2a85a8855af1b33f85fa8f3aa58803610cef Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Tue, 10 Oct 2023 11:48:37 +0800 Subject: [PATCH] 0.3.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24cb8e4..0750d14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clarity-codegen", - "version": "0.3.2", + "version": "0.3.3", "main": "./lib/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts",