diff --git a/package.json b/package.json index eaacc95..a0a9972 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logseq-plugin-code-formatter", - "version": "0.0.0", + "version": "0.0.1", "main": "dist/index.html", "scripts": { "dev": "vite", diff --git a/release.config.js b/release.config.js index e2d0f6a..5c706e0 100644 --- a/release.config.js +++ b/release.config.js @@ -20,7 +20,7 @@ module.exports = { "@semantic-release/exec", { prepareCmd: - "zip -qq -r logseq-plugin-code-formatter-${nextRelease.version}.zip dist readme.md logo.svg LICENSE package.json", + "zip -qq -r logseq-plugin-code-formatter-${nextRelease.version}.zip dist readme.md assets package.json", }, ], [