Skip to content

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectPan committed Nov 13, 2022
1 parent 02777b0 commit 36f6221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logseq-plugin-code-formatter",
"version": "0.0.0",
"version": "0.0.1",
"main": "dist/index.html",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
[
Expand Down

0 comments on commit 36f6221

Please sign in to comment.