From: Chris Duncan Date: Fri, 26 Jun 2026 20:57:21 +0000 (-0700) Subject: v1.0.5 X-Git-Tag: v1.0.5 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=bb91f7ee0b56ed8dde55ea59c480f25f42fb185a;p=nano25519.git v1.0.5 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ff994..d355b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ SPDX-License-Identifier: GPL-3.0-or-later # Changelog +## v1.0.5 + +- Load worker messaging for async module independently of sync module. +- Improve consistency of clearing WASM I/O buffers after each function call. +- Fix erroneous import of NodeJS package when building browser bundle. + ## v1.0.4 - Prevent crosstalk with other workers by checking URL and a unique ID per call. diff --git a/package-lock.json b/package-lock.json index d393f3a..3ea54d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nano25519", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nano25519", - "version": "1.0.4", + "version": "1.0.5", "license": "(GPL-3.0-or-later AND MIT)", "devDependencies": { "@types/node": "^25.9.3", diff --git a/package.json b/package.json index d463f89..f0f9a96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nano25519", - "version": "1.0.4", + "version": "1.0.5", "description": "Public key derivation, transaction signing, and signature verification for Nano cryptocurrency using AssemblyScript.", "keywords": [ "nemo",