release: bump 0.6.7 -> 0.6.8 (#208)

Release 0.6.8 — ships the B13 Ichimoku & Charts indicators (479 total). Version-string bump only.
This commit is contained in:
kingchenc
2026-06-08 01:50:32 +02:00
committed by GitHub
parent ceaeb90a22
commit acd7e8dc52
13 changed files with 55 additions and 52 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "wickra",
"version": "0.6.7",
"version": "0.6.8",
"description": "Streaming-first technical indicators: incremental, fast, install-free. Node bindings powered by Rust.",
"author": "kingchenc <support@wickra.org>",
"main": "index.js",
@@ -47,12 +47,12 @@
"node": ">= 18"
},
"optionalDependencies": {
"wickra-linux-x64-gnu": "0.6.7",
"wickra-linux-arm64-gnu": "0.6.7",
"wickra-darwin-x64": "0.6.7",
"wickra-darwin-arm64": "0.6.7",
"wickra-win32-x64-msvc": "0.6.7",
"wickra-win32-arm64-msvc": "0.6.7"
"wickra-linux-x64-gnu": "0.6.8",
"wickra-linux-arm64-gnu": "0.6.8",
"wickra-darwin-x64": "0.6.8",
"wickra-darwin-arm64": "0.6.8",
"wickra-win32-x64-msvc": "0.6.8",
"wickra-win32-arm64-msvc": "0.6.8"
},
"scripts": {
"build": "napi build --platform --release",