Skip to content

Commit

Permalink
chore: release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-stephanie committed Jul 21, 2024
1 parent 83cd037 commit 615c27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-callouts",
"version": "1.0.1",
"version": "1.0.2",
"description": "Rehype plugin for processing and rendering blockquote-based callouts (admonitions/alerts).",
"author": "Stephanie Lin <norwaywoods047@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
"lint": "xo --prettier",
"lint:fix": "xo --prettier --fix",
"prepare": "simple-git-hooks",
"release": "npx bumpp --tag %s --commit 'chore: release %s' && build"
"release": "npx bumpp --tag %s --commit 'chore: release %s' && pnpm run build"
},
"dependencies": {
"hast-util-from-html": "^2.0.1",
Expand Down

0 comments on commit 615c27c

Please sign in to comment.