release: bump 0.7.5 -> 0.7.6 (#227)

Bumps the workspace to 0.7.6 to ship the C# (.NET) binding to NuGet.
This commit is contained in:
kingchenc
2026-06-09 14:34:18 +02:00
committed by GitHub
parent 91f6f67257
commit fce26cf881
14 changed files with 57 additions and 54 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "wickra",
"version": "0.7.5",
"version": "0.7.6",
"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.7.5",
"wickra-linux-arm64-gnu": "0.7.5",
"wickra-darwin-x64": "0.7.5",
"wickra-darwin-arm64": "0.7.5",
"wickra-win32-x64-msvc": "0.7.5",
"wickra-win32-arm64-msvc": "0.7.5"
"wickra-linux-x64-gnu": "0.7.6",
"wickra-linux-arm64-gnu": "0.7.6",
"wickra-darwin-x64": "0.7.6",
"wickra-darwin-arm64": "0.7.6",
"wickra-win32-x64-msvc": "0.7.6",
"wickra-win32-arm64-msvc": "0.7.6"
},
"scripts": {
"build": "napi build --platform --release",