From: Chris Duncan Date: Sun, 16 Mar 2025 06:31:31 +0000 (-0700) Subject: Patch version. X-Git-Tag: v3.1.4^0 X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=71d956dcb2b2b4ea1014d86b772bd0833597cf97;p=nano-pow.git Patch version. --- diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5bd56..9589ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ SPDX-FileCopyrightText: 2025 Chris Duncan SPDX-License-Identifier: GPL-3.0-or-later --> +## v3.1.4 + +### Notable Changes + +#### Reorganize source directory structure. + +As the project expands in scope, a better directory structure is necessary to +keep files organized. Documentation and test files are now in top-level folders. +PoW modules are filed by API instead of by file type. File paths have been +updated accordingly. + + + ## v3.1.3 ### Notable Changes diff --git a/package-lock.json b/package-lock.json index 2d9278f..4011896 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "nano-pow", - "version": "3.1.3", + "version": "3.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nano-pow", - "version": "3.1.3", + "version": "3.1.4", "license": "(GPL-3.0-or-later AND MIT)", "bin": { - "nano-pow": "dist/cli.js" + "nano-pow": "dist/bin/cli.js" }, "devDependencies": { "@types/node": "^22.13.10", diff --git a/package.json b/package.json index 5d2c2b1..c0c0458 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nano-pow", - "version": "3.1.3", + "version": "3.1.4", "description": "Proof-of-work generation and validation with WebGPU/WebGL for Nano cryptocurrency.", "keywords": [ "nemo",