]> git.codecow.com Git - libnemo.git/commitdiff
v0.4.1
authorChris Duncan <chris@zoso.dev>
Sat, 30 Aug 2025 17:27:23 +0000 (10:27 -0700)
committerChris Duncan <chris@zoso.dev>
Sat, 30 Aug 2025 17:27:23 +0000 (10:27 -0700)
CHANGELOG.md
package-lock.json
package.json

index 775ae96f8e28b75e68f881cb296a3167cbded49b..1250928757f1079434e4b2ac1247db2db9b1cd8e 100644 (file)
@@ -3,6 +3,16 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
+## v0.4.1
+
+### Notable Changes
+
+Redefine Vault worker class members as instance properties instead of static
+properties and initialize the worker with `new` instead of an `init()` method
+which allows it to privatize its properties again.
+
+
+
 ## v0.4.0
 
 ### Notable Changes
index f4b6a870c9404cf4a00d774eed6d25f17afaeb30..bfe88090b5d5bf9ac6b1ff2788512e97343f8378 100644 (file)
@@ -1,12 +1,12 @@
 {
        "name": "libnemo",
-       "version": "0.4.0",
+       "version": "0.4.1",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "libnemo",
-                       "version": "0.4.0",
+                       "version": "0.4.1",
                        "license": "(GPL-3.0-or-later AND MIT AND ISC)",
                        "dependencies": {
                                "nano-pow": "^5.1.4"
index bd541955ad9e180681e3b3203e4f9e94a31310fd..a44675c9870b2aca55773305c3951b18d2b305b4 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "libnemo",
-       "version": "0.4.0",
+       "version": "0.4.1",
        "description": "Asynchronous, non-blocking Nano cryptocurrency integration toolkit.",
        "keywords": [
                "nemo",