]> git.codecow.com Git - nano25519.git/commitdiff
v1.0.6 main v1.0.6
authorChris Duncan <chris@codecow.com>
Fri, 26 Jun 2026 21:52:14 +0000 (14:52 -0700)
committerChris Duncan <chris@codecow.com>
Fri, 26 Jun 2026 21:52:14 +0000 (14:52 -0700)
CHANGELOG.md
package-lock.json
package.json

index d355b4cb83357fe5521ec4a46c1a9910b27da9b0..0e6bec465125f5c8a62785ff8929f922058929b0 100644 (file)
@@ -5,6 +5,10 @@ SPDX-License-Identifier: GPL-3.0-or-later
 
 # Changelog
 
+## v1.0.6
+
+- Improve async message validation.
+
 ## v1.0.5
 
 - Load worker messaging for async module independently of sync module.
index 3ea54d297c657ec6198389f81e177baedff46103..52810c3f8fe4fc425308b77a62c7d283832d12b2 100644 (file)
@@ -1,12 +1,12 @@
 {
        "name": "nano25519",
-       "version": "1.0.5",
+       "version": "1.0.6",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "nano25519",
-                       "version": "1.0.5",
+                       "version": "1.0.6",
                        "license": "(GPL-3.0-or-later AND MIT)",
                        "devDependencies": {
                                "@types/node": "^25.9.3",
index f0f9a967c62e86f02bb44b9ba0c5fb7fc0a7c78c..9175c8d272c2232e34ab25765b8de0e71c3aa788 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "nano25519",
-       "version": "1.0.5",
+       "version": "1.0.6",
        "description": "Public key derivation, transaction signing, and signature verification for Nano cryptocurrency using AssemblyScript.",
        "keywords": [
                "nemo",