Skip to content

Commit 36f6221

Browse files
committed
chore(release): 0.0.1
1 parent 02777b0 commit 36f6221

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logseq-plugin-code-formatter",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"main": "dist/index.html",
55
"scripts": {
66
"dev": "vite",

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
"@semantic-release/exec",
2121
{
2222
prepareCmd:
23-
"zip -qq -r logseq-plugin-code-formatter-${nextRelease.version}.zip dist readme.md logo.svg LICENSE package.json",
23+
"zip -qq -r logseq-plugin-code-formatter-${nextRelease.version}.zip dist readme.md assets package.json",
2424
},
2525
],
2626
[

0 commit comments

Comments
 (0)