From: Chris Duncan Date: Sun, 23 Mar 2025 07:32:42 +0000 (-0700) Subject: Patch version. X-Git-Tag: v3.2.2^0 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=refs%2Fheads%2Fprevious;p=nano-pow.git Patch version. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b96574..227c1b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ SPDX-FileCopyrightText: 2025 Chris Duncan SPDX-License-Identifier: GPL-3.0-or-later --> +## v3.2.2 + +### Notable Changes + +Implement lazy initialization of both APIs. + +Parse CLI output with regular expression and try to print as JSON before falling +back to text. + +Fix CLI statements that were causing issues with older versions of node. + +Fix getter type. + + + ## v3.2.1 ### Notable Changes diff --git a/package-lock.json b/package-lock.json index 4fb2d90..7915b65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nano-pow", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nano-pow", - "version": "3.2.1", + "version": "3.2.2", "license": "(GPL-3.0-or-later AND MIT)", "bin": { "nano-pow": "dist/bin/cli.js" diff --git a/package.json b/package.json index b77ea5b..f145b95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nano-pow", - "version": "3.2.1", + "version": "3.2.2", "description": "Proof-of-work generation and validation with WebGPU/WebGL for Nano cryptocurrency.", "keywords": [ "nemo",