From 50bd1aa89d18b72ddab882779eae80c19b059ddc Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Sun, 14 Jul 2024 23:46:10 +0100 Subject: [PATCH] feat: Bump version to 0.6.4 This commit updates the version of the @ryoppippi/unplugin-typia package from 0.6.3 to 0.6.4. This is a minor version update, indicating that there are no breaking changes, but there may be new features or bug fixes. --- 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 96ccc2ff..caacabd7 100644 --- a/packages/unplugin-typia/jsr.json +++ b/packages/unplugin-typia/jsr.json @@ -1,6 +1,6 @@ { "name": "@ryoppippi/unplugin-typia", - "version": "0.6.3", + "version": "0.6.4", "exports": { ".": "./src/index.ts", "./api": "./src/api.ts",