diff --git a/CHANGELOG.md b/CHANGELOG.md index 4865a42..b460ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2026.5.9 +- Fix: pnpmが動作しない問題 + # 2026.5.8 - Fix: 地震情報の情報源と各震度の間に改行がない問題 - Fix: 最大震度が不明な場合にも行が追加される問題 diff --git a/package.json b/package.json index dad87f4..e44c5d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notice-uwuzu", - "version": "2026.5.8", + "version": "2026.5.9", "type": "module", "main": "dist/index.js", "scripts": { diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 694aa03..cf2477f 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,5 @@ allowBuilds: canvas: true - sharp: true \ No newline at end of file + sharp: true + better-uwuzu-sdk: true + miq: true \ No newline at end of file