Skip to content

Commit

Permalink
🔖 bump to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qd-qd committed May 8, 2024
1 parent a834d7b commit 62a9b6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ jobs:
with:
folder: docs/book

publish-gpr:
publish:
needs: ["release"]
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smoo.th/secp256r1-verify",
"description": "A solidity library to verify a secp256r1 signature",
"version": "0.5.3",
"version": "0.5.4",
"contributors": [
{
"name": "qd-qd",
Expand Down

0 comments on commit 62a9b6b

Please sign in to comment.