Skip to content

Commit

Permalink
Bump up version to v0.0.5 (#34)
Browse files Browse the repository at this point in the history
* build: use auto release note gen

* bump up version to v0.0.05
  • Loading branch information
kaakaa authored Jul 10, 2024
1 parent a868653 commit 55991e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pnpm run vscode:package
gh release create "$GITHUB_REF_NAME" --title "$GITHUB_REF_NAME" --notes "Release $GITHUB_REF_NAME" slidaiv-*.vsix
gh release create "$GITHUB_REF_NAME" --title "$GITHUB_REF_NAME" --generate-notes slidaiv-*.vsix
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "slidaiv",
"description": "slidaiv extension leverages AI/LLM to automatically generate content for Slidev presentations, making it easier for users to write a Slidev presentation.",
"repository": "https://github.com/kaakaa/slidaiv",
"version": "0.0.4",
"version": "0.0.5",
"packageManager": "pnpm@9.1.2",
"engines": {
"vscode": "^1.89.0",
Expand Down

0 comments on commit 55991e0

Please sign in to comment.