]> git.codecow.com Git - nano25519.git/commitdiff
v1.0.8 main v1.0.8
authorChris Duncan <chris@zoso.dev>
Wed, 12 Aug 2026 09:31:47 +0000 (02:31 -0700)
committerChris Duncan <chris@zoso.dev>
Wed, 12 Aug 2026 09:31:47 +0000 (02:31 -0700)
CHANGELOG.md
package-lock.json
package.json

index 43b4776145ae84414c6e0f2a5bd978ff5a06e1d7..5741418ae7efc6f02dd32defedf9c5e80327efaa 100644 (file)
@@ -5,6 +5,10 @@ SPDX-License-Identifier: GPL-3.0-or-later
 
 # Changelog
 
 
 # Changelog
 
+## v1.0.8
+
+- Remove extraneous error logging and fix relevant tests.
+
 ## v1.0.7
 
 - Improve regular expression matching against hexadecimal input strings.
 ## v1.0.7
 
 - Improve regular expression matching against hexadecimal input strings.
index e3f0424efd0225d1b07cf8653bc5baac9e45f2ad..e4bd62e79a67d8a3c29f6283465136d5f30fc649 100644 (file)
@@ -1,12 +1,12 @@
 {
        "name": "nano25519",
 {
        "name": "nano25519",
-       "version": "1.0.7",
+       "version": "1.0.8",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "nano25519",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "nano25519",
-                       "version": "1.0.7",
+                       "version": "1.0.8",
                        "license": "(GPL-3.0-or-later AND MIT)",
                        "devDependencies": {
                                "@types/node": "^25.9.3",
                        "license": "(GPL-3.0-or-later AND MIT)",
                        "devDependencies": {
                                "@types/node": "^25.9.3",
index c7ef03fa7877cddd94fbe8672b53fdf16cf25251..d1e721a661057d0476c833ce1f601cf9bd505118 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "nano25519",
 {
        "name": "nano25519",
-       "version": "1.0.7",
+       "version": "1.0.8",
        "description": "Public key derivation, transaction signing, and signature verification for Nano cryptocurrency using AssemblyScript.",
        "keywords": [
                "nemo",
        "description": "Public key derivation, transaction signing, and signature verification for Nano cryptocurrency using AssemblyScript.",
        "keywords": [
                "nemo",