From bf7ac64ba7f440cd3269d1033057e282722b3d94 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:20:43 +0100 Subject: [PATCH] feat: bump version to 0.6.6 This commit includes an update to the package version in the jsr.json file. The version has been increased from 0.6.5 to 0.6.6. --- 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 126727b2..08578bce 100644 --- a/packages/unplugin-typia/jsr.json +++ b/packages/unplugin-typia/jsr.json @@ -1,6 +1,6 @@ { "name": "@ryoppippi/unplugin-typia", - "version": "0.6.5", + "version": "0.6.6", "exports": { ".": "./src/index.ts", "./api": "./src/api.ts",