From dcef261b2091ae1b9ea5e3e2244e848096dc1a96 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:13:52 +0100 Subject: [PATCH] feat: Bump version to 0.5.1 This commit updates the version of the package @ryoppippi/unplugin-typia from 0.5.0 to 0.5.1. 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 7b31b2bb..8003ee02 100644 --- a/packages/unplugin-typia/jsr.json +++ b/packages/unplugin-typia/jsr.json @@ -1,6 +1,6 @@ { "name": "@ryoppippi/unplugin-typia", - "version": "0.5.0", + "version": "0.5.1", "exports": { ".": "./src/index.ts", "./api": "./src/api.ts",