Skip to content

Commit

Permalink
feat: Bump version to 0.4.0
Browse files Browse the repository at this point in the history
This commit updates the version of the package from 0.3.12 to 0.4.0 in
jsr.json and removes the version field from package.json. This is a
minor version update indicating new features have been added.
  • Loading branch information
ryoppippi committed Jun 12, 2024
1 parent da33149 commit 3a4bb8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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.3.12",
"version": "0.4.0",
"exports": {
".": "./src/index.ts",
"./api": "./src/api.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/unplugin-typia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@ryoppippi/unplugin-typia",
"type": "module",
"version": "0.3.11",
"description": "unplugin for typia",
"author": "ryoppippi",
"license": "MIT",
Expand Down

0 comments on commit 3a4bb8e

Please sign in to comment.