diff --git a/.changes/config.json b/.changes/config.json
index 2f53c8230..0615c4428 100644
--- a/.changes/config.json
+++ b/.changes/config.json
@@ -130,38 +130,6 @@
"@tauri-apps/api": {
"path": "./tooling/api",
"manager": "javascript",
- "assets": [
- {
- "path": "./tooling/api/dist/tauri-apps-api-${ pkgFile.version }.tgz",
- "name": "tauri-apps-api-${ pkgFile.version }.tgz"
- }
- ],
- "prepublish": [
- {
- "command": "pnpm i --frozen-lockfile",
- "dryRunCommand": true
- },
- {
- "command": "echo '\nPNPM Audit
\n\n```'",
- "dryRunCommand": true,
- "pipe": true
- },
- {
- "command": "pnpm audit",
- "dryRunCommand": true,
- "runFromRoot": true,
- "pipe": true
- },
- {
- "command": "echo '```\n\n \n'",
- "dryRunCommand": true,
- "pipe": true
- },
- {
- "command": "pnpm npm-pack",
- "dryRunCommand": true
- }
- ],
"publish": [
{
"command": "echo '\nPNPM Publish
\n\n```'",