From 6fd9835ff75464fa765c45c8a230849bfc9af5c7 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Wed, 5 Jun 2024 23:59:28 +0100 Subject: [PATCH] feat: Bump version to 0.2.0 This commit updates the version of the package from 0.1.12 to 0.2.0 in both jsr.json and package.json files. This version bump indicates the introduction of new features in the package. --- packages/unplugin-typia/jsr.json | 2 +- packages/unplugin-typia/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/unplugin-typia/jsr.json b/packages/unplugin-typia/jsr.json index defbe4d0..e54f571d 100644 --- a/packages/unplugin-typia/jsr.json +++ b/packages/unplugin-typia/jsr.json @@ -1,6 +1,6 @@ { "name": "@ryoppippi/unplugin-typia", - "version": "0.1.12", + "version": "0.2.0", "exports": { ".": "./src/index.ts", "./api": "./src/api.ts", diff --git a/packages/unplugin-typia/package.json b/packages/unplugin-typia/package.json index 39cad0b9..d814db59 100644 --- a/packages/unplugin-typia/package.json +++ b/packages/unplugin-typia/package.json @@ -1,7 +1,7 @@ { "name": "unplugin-typia", "type": "module", - "version": "0.1.12", + "version": "0.2.0", "description": "unplugin for typia", "author": "ryoppippi", "license": "MIT",