From d7ec80317fe04daa9b8b10ce51c4872e310bae70 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Thu, 2 Jan 2025 01:35:09 +0000 Subject: [PATCH] Release 2.2.1. --- .github/workflows/publish-jsr.yml | 2 +- jsr.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-jsr.yml b/.github/workflows/publish-jsr.yml index 28a67b0..2d5d783 100644 --- a/.github/workflows/publish-jsr.yml +++ b/.github/workflows/publish-jsr.yml @@ -1,4 +1,4 @@ -name: Publish packge to jsr +name: Publish package to jsr on: release: types: [created] diff --git a/jsr.json b/jsr.json index a9188dd..f581503 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@noble/ed25519", - "version": "2.1.0", + "version": "2.2.1", "exports": "./index.ts", "publish": { "include": [ diff --git a/package-lock.json b/package-lock.json index cb479ea..8c2f53c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@noble/ed25519", - "version": "2.1.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@noble/ed25519", - "version": "2.1.0", + "version": "2.2.1", "license": "MIT", "devDependencies": { "@noble/hashes": "1.6.1", diff --git a/package.json b/package.json index b4befee..751b2da 100644 --- a/package.json +++ b/package.json @@ -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",