From 34f3cccf6c0e6c20dd65e95cb1bc7bc2ccc0c6c7 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:48:23 +0100 Subject: [PATCH] feat: bump version to 0.4.10 The version of the package "@ryoppippi/unplugin-typia" has been updated from 0.4.9 to 0.4.10. This commit does not include any changes to the codebase, only the version number in the package.json file. --- 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 fe0c9e05..3057e9ae 100644 --- a/packages/unplugin-typia/jsr.json +++ b/packages/unplugin-typia/jsr.json @@ -1,6 +1,6 @@ { "name": "@ryoppippi/unplugin-typia", - "version": "0.4.9", + "version": "0.4.10", "exports": { ".": "./src/index.ts", "./api": "./src/api.ts",