Skip to content

Commit c8d406a

Browse files
committed
feat: bump version to 0.2.1
This commit updates the version of the package from 0.2.0 to 0.2.1 in both jsr.json and package.json files. This is a minor version update indicating non-breaking changes or improvements.
1 parent 207a05b commit c8d406a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/unplugin-typia/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ryoppippi/unplugin-typia",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"exports": {
55
"./index": "./src/index.ts",
66
"./api": "./src/api.ts",

packages/unplugin-typia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-typia",
33
"type": "module",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"description": "unplugin for typia",
66
"author": "ryoppippi",
77
"license": "MIT",

0 commit comments

Comments
 (0)