From b8cbe159fcc958140057724bdbe4792a9a643a76 Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Fri, 6 Sep 2024 17:21:14 +0000 Subject: [PATCH] 0.5.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c525e0..1b85403 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clarity-codegen", - "version": "0.5.2", + "version": "0.5.3", "main": "./lib/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts",