Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-stephanie committed Jul 19, 2024
1 parent 3676698 commit 0af2c59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ run-name: Release ${{ github.ref_name }}
on:
push:
tags:
- 'v*'
- '*'

permissions:
contents: write
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-callouts",
"version": "0.0.0",
"version": "1.0.0",
"description": "Rehype plugin for processing and rendering blockquote-based callouts (admonitions/alerts).",
"author": "Stephanie Lin <norwaywoods047@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 0af2c59

Please sign in to comment.