Skip to content

Commit 3764a6c

Browse files
authored
chore: release 2025.05.09 (#260)
1 parent 1d1075c commit 3764a6c

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

Releases.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### 2025.05.09
2+
3+
#### @iroha/client 0.4.0 (minor)
4+
5+
- feat(core, client): include `commitTime` into `Status` (#258)
6+
- refactor(client): move `.peers()` method from TelemetryAPI to MainAPI (#259)
7+
8+
#### @iroha/client-web-socket-node 0.4.0 (minor)
9+
10+
- bump version to be compabible with `@iroha/client@^0.4.0`
11+
12+
#### @iroha/core 0.4.0 (minor)
13+
14+
- feat(core, client): include `commitTime` into `Status` (#258)
15+
116
### 2025.04.16
217

318
#### @iroha/client 0.4.0-beta.1 (prerelease)

packages/client-web-socket-node/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iroha/client-web-socket-node",
3-
"version": "0.1.0",
3+
"version": "0.4.0",
44
"exports": "./mod.ts",
55
"imports": {
66
"ws": "npm:ws@^8.18.0"

packages/client/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iroha/client",
3-
"version": "0.4.0-beta.1",
3+
"version": "0.4.0",
44
"exports": {
55
".": "./mod.ts",
66
"./web-socket": "./web-socket/mod.ts"

packages/core/deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iroha/core",
3-
"version": "0.4.0-beta.1",
3+
"version": "0.4.0",
44
"exports": {
55
".": "./mod.ts",
66
"./codec": "./codec.ts",

0 commit comments

Comments
 (0)