release: bump 0.8.0 -> 0.8.1 (#240)

Patch release shipping the wickra-go mirror license fix (#239). The release-time Go mirror now includes the dual MIT OR Apache-2.0 license files, so the next published Go module version resolves with a redistributable license on pkg.go.dev. No code changes; all other packages are republished unchanged at 0.8.1.
This commit is contained in:
kingchenc
2026-06-10 00:22:29 +02:00
committed by GitHub
parent 99ad2ab107
commit 0c4bbaf314
16 changed files with 66 additions and 58 deletions
+7 -7
View File
@@ -17,7 +17,7 @@
},
"../../bindings/node": {
"name": "wickra",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT OR Apache-2.0",
"devDependencies": {
"@napi-rs/cli": "^2.18.0"
@@ -26,12 +26,12 @@
"node": ">= 18"
},
"optionalDependencies": {
"wickra-darwin-arm64": "0.8.0",
"wickra-darwin-x64": "0.8.0",
"wickra-linux-arm64-gnu": "0.8.0",
"wickra-linux-x64-gnu": "0.8.0",
"wickra-win32-arm64-msvc": "0.8.0",
"wickra-win32-x64-msvc": "0.8.0"
"wickra-darwin-arm64": "0.8.1",
"wickra-darwin-x64": "0.8.1",
"wickra-linux-arm64-gnu": "0.8.1",
"wickra-linux-x64-gnu": "0.8.1",
"wickra-win32-arm64-msvc": "0.8.1",
"wickra-win32-x64-msvc": "0.8.1"
}
},
"node_modules/wickra": {