Skip to content

Commit 62a9b6b

Browse files
committed
🔖 bump to v0.5.4
1 parent a834d7b commit 62a9b6b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.github/workflows/release-package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,13 @@ jobs:
4444
with:
4545
folder: docs/book
4646

47-
publish-gpr:
47+
publish:
4848
needs: ["release"]
4949
runs-on: ubuntu-latest
50+
permissions:
51+
packages: write
52+
contents: read
53+
id-token: write
5054
steps:
5155
- uses: actions/checkout@v4
5256
# Setup .npmrc file to publish to npm

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@smoo.th/secp256r1-verify",
33
"description": "A solidity library to verify a secp256r1 signature",
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"contributors": [
66
{
77
"name": "qd-qd",

0 commit comments

Comments
 (0)