Skip to content

Commit

Permalink
chore: release v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Oct 13, 2022
1 parent 92263e2 commit ea51228
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirai-ts",
"version": "2.4.2",
"version": "2.4.3",
"packageManager": "pnpm@7.12.2",
"description": "Mirai TypeScript SDK",
"author": {
Expand Down Expand Up @@ -48,7 +48,8 @@
"mcl": "cd mcl && ./mcl",
"watch": "tsup src/index.ts --watch",
"release": "bumpp --commit --push --tag",
"test": "tsx watch test/index.ts"
"test": "tsx watch test/index.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@yunyoujun/logger": "^0.2.3",
Expand Down

0 comments on commit ea51228

Please sign in to comment.