From 2ad44f6bbe5e9744b300c82296a8490492310e81 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:21:42 +0100 Subject: [PATCH] feat: Bump version to 0.4.15 This commit updates the version of the @ryoppippi/unplugin-typia package from 0.4.14 to 0.4.15 in the jsr.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 36c39ae6..88f0e89c 100644 --- a/packages/unplugin-typia/jsr.json +++ b/packages/unplugin-typia/jsr.json @@ -1,6 +1,6 @@ { "name": "@ryoppippi/unplugin-typia", - "version": "0.4.14", + "version": "0.4.15", "exports": { ".": "./src/index.ts", "./api": "./src/api.ts",