]> zoso.dev Git - nano-pow.git/commitdiff
Patch version. v4.0.4
authorChris Duncan <chris@zoso.dev>
Sat, 22 Mar 2025 06:45:29 +0000 (23:45 -0700)
committerChris Duncan <chris@zoso.dev>
Sat, 22 Mar 2025 06:45:29 +0000 (23:45 -0700)
CHANGELOG.md
package-lock.json
package.json

index 86f2aa0a4ca2e8c59e8715bad94a988e70857f8f..dee5f870b4c1d98daae1f84a194cbfb286a61112 100644 (file)
@@ -3,6 +3,15 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
+## v4.0.4
+
+### Notable Changes
+
+Fix CLI file paths for older versions of Node that do not have
+`import.meta.dirname` available.
+
+
+
 ## v4.0.3
 
 ### Notable Changes
@@ -20,7 +29,7 @@ Log IP address instead of static 'http://localhost' value from testing.
 
 ### Notable Changes
 
-Fix file paths for older versions of Node that do not have
+Fix server file paths for older versions of Node that do not have
 `import.meta.dirname` available.
 
 
index 47bfe334dd90a5a064d4f5bcd553a5c0d3905ca4..c6f75711fdc01dbce2bfb0224887d5930b3683d7 100644 (file)
@@ -1,12 +1,12 @@
 {
        "name": "nano-pow",
-       "version": "4.0.3",
+       "version": "4.0.4",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "nano-pow",
-                       "version": "4.0.3",
+                       "version": "4.0.4",
                        "license": "(GPL-3.0-or-later AND MIT)",
                        "bin": {
                                "nano-pow": "dist/bin/nano-pow.sh"
index 9bc7a5cc517c634a82bd491ab7ab1dd34f3cc6ad..cf723b43d252872fcf7ec5e7ed4e28507666eddc 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "nano-pow",
-       "version": "4.0.3",
+       "version": "4.0.4",
        "description": "Proof-of-work generation and validation with WebGPU/WebGL for Nano cryptocurrency.",
        "keywords": [
                "nemo",