Skip to content

Commit

Permalink
Release 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 2, 2025
1 parent b2ab7fc commit d7ec803
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-jsr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish packge to jsr
name: Publish package to jsr
on:
release:
types: [created]
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noble/ed25519",
"version": "2.1.0",
"version": "2.2.1",
"exports": "./index.ts",
"publish": {
"include": [
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,6 +1,6 @@
{
"name": "@noble/ed25519",
"version": "2.2.0",
"version": "2.2.1",
"description": "Fastest 4KB JS implementation of ed25519 EDDSA signatures compliant with RFC8032, FIPS 186-5 & ZIP215",
"files": [
"index.js",
Expand Down

0 comments on commit d7ec803

Please sign in to comment.