We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfca80 commit 7467656Copy full SHA for 7467656
Releases.md
@@ -1,3 +1,14 @@
1
+### 2025.02.19
2
+
3
+#### @iroha/client 0.2.0 (major)
4
5
+- bump version to update @iroha/core dependency
6
+- docs(core, client): extend docs, link modules (#226)
7
8
+#### @iroha/core 0.2.1 (patch)
9
10
11
12
### 2025.02.18
13
14
#### @iroha/core 0.2.0 (major)
packages/client/deno.jsonc
@@ -1,6 +1,6 @@
{
"name": "@iroha/client",
- "version": "0.1.0",
+ "version": "0.2.0",
"exports": {
".": "./mod.ts",
"./web-socket": "./web-socket/mod.ts"
packages/core/deno.jsonc
"name": "@iroha/core",
- "version": "0.2.0",
+ "version": "0.2.1",
"./codec": "./codec.ts",
0 commit comments