Skip to content

Commit

Permalink
feat: bump version to 0.2.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ryoppippi committed Jun 5, 2024
1 parent 207a05b commit c8d406a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/unplugin-typia/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ryoppippi/unplugin-typia",
"version": "0.2.0",
"version": "0.2.1",
"exports": {
"./index": "./src/index.ts",
"./api": "./src/api.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-typia",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"description": "unplugin for typia",
"author": "ryoppippi",
"license": "MIT",
Expand Down

0 comments on commit c8d406a

Please sign in to comment.