Skip to content

Commit

Permalink
release: v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imtaotao committed Oct 26, 2024
1 parent 2794b83 commit 2054448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "danmu",
"version": "0.12.0",
"version": "0.13.0",
"description": "Flexible, cross-platform, powerful danmu library.",
"main": "./dist/danmu.cjs.js",
"unpkg": "./dist/danmu.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function release(releaseType: ReleaseType) {
}

function build() {
return run('pnpm', ['run', 'core:build']);
return run('pnpm', ['run', 'build:core']);
}

async function publish(version: string) {
Expand Down

0 comments on commit 2054448

Please sign in to comment.