From 98caf05d3793fae01d4036f2646273551786fd96 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:41:25 +0100 Subject: [PATCH] feat: bump version to 0.5.3 The version of the package '@ryoppippi/unplugin-typia' has been updated from 0.5.2 to 0.5.3. This commit represents the increment in the minor version. --- packages/unplugin-typia/jsr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/unplugin-typia/jsr.json b/packages/unplugin-typia/jsr.json index c31e0554..ea725bff 100644 --- a/packages/unplugin-typia/jsr.json +++ b/packages/unplugin-typia/jsr.json @@ -1,6 +1,6 @@ { "name": "@ryoppippi/unplugin-typia", - "version": "0.5.2", + "version": "0.5.3", "exports": { ".": "./src/index.ts", "./api": "./src/api.ts",