We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c0cfc commit c7fad03Copy full SHA for c7fad03
Releases.md
@@ -1,3 +1,9 @@
1
+### 2025.10.15
2
+
3
+#### @iroha/client 0.5.0-alpha-1 (prerelease)
4
5
+- fix(client): pass bytes to `POST /query` properly (#265)
6
7
### 2025.10.08
8
9
#### @iroha/client 0.5.0-alpha (prerelease)
packages/client/deno.jsonc
@@ -1,6 +1,6 @@
{
"name": "@iroha/client",
- "version": "0.5.0-alpha",
+ "version": "0.5.0-alpha-1",
"exports": {
".": "./mod.ts",
"./web-socket": "./web-socket/mod.ts"
0 commit comments