changelog: updated

This commit is contained in:
nym21
2026-02-13 22:49:23 +01:00
parent 2377f51718
commit fb7c92da79
5 changed files with 219 additions and 4 deletions
+1 -1
View File
@@ -5005,7 +5005,7 @@ function createRatioPattern2(client, acc) {
* @extends BrkClientBase
*/
class BrkClient extends BrkClientBase {
VERSION = "v0.1.7";
VERSION = "v0.1.9";
INDEXES = /** @type {const} */ ([
"dateindex",
+1 -1
View File
@@ -34,5 +34,5 @@
"url": "git+https://github.com/bitcoinresearchkit/brk.git"
},
"type": "module",
"version": "0.1.7"
"version": "0.1.9"
}