Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Jul 31, 2023
1 parent a5a0704 commit 1ee668a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tslx",
"version": "0.0.10",
"version": "0.1.0",
"description": "",
"repository": "chizukicn/tslx",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"prepack": "pnpm run build",
"prepare": "npx simple-git-hooks",
"preinstall": "npx only-allow pnpm",
"release": "pnpm test && changelogen --release",
"release": "pnpm test && bumpp",
"pub": "npm publish --registry https://registry.npmjs.org/",
"test": "pnpm lint && vitest run --coverage",
"bench": "vitest bench"
Expand Down Expand Up @@ -60,4 +60,4 @@
"npx eslint --cache --fix"
]
}
}
}

0 comments on commit 1ee668a

Please sign in to comment.