We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02777b0 commit 36f6221Copy full SHA for 36f6221
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "logseq-plugin-code-formatter",
3
- "version": "0.0.0",
+ "version": "0.0.1",
4
"main": "dist/index.html",
5
"scripts": {
6
"dev": "vite",
release.config.js
@@ -20,7 +20,7 @@ module.exports = {
20
"@semantic-release/exec",
21
22
prepareCmd:
23
- "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",
24
},
25
],
26
[
0 commit comments