Release 1.3.0.

This commit is contained in:
Paul Miller 2023-12-11 23:21:29 +00:00
parent f8af434b9c
commit 4007ee975b
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "@noble/curves",
"version": "1.2.0",
"version": "1.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@noble/curves",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"dependencies": {
"@noble/hashes": "1.3.3"

@ -1,6 +1,6 @@
{
"name": "@noble/curves",
"version": "1.2.0",
"version": "1.3.0",
"description": "Audited & minimal JS implementation of elliptic curve cryptography",
"files": [
"abstract",