From c7d8427888c7f9cf5b233f40e3f69d22e6cf8b20 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Sun, 16 Jun 2024 16:57:52 +0100 Subject: [PATCH] feat: Bump up version to 0.4.11 This commit includes the update of the package version from 0.4.10 to 0.4.11 in jsr.json file. This version bump is necessary for the new release. --- 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 3057e9ae..074997d8 100644 --- a/packages/unplugin-typia/jsr.json +++ b/packages/unplugin-typia/jsr.json @@ -1,6 +1,6 @@ { "name": "@ryoppippi/unplugin-typia", - "version": "0.4.10", + "version": "0.4.11", "exports": { ".": "./src/index.ts", "./api": "./src/api.ts",