File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
16
### 2025.04.16
2
17
3
18
#### @iroha/client 0.4.0-beta.1 (prerelease)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @iroha/client-web-socket-node" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.4 .0" ,
4
4
"exports" : " ./mod.ts" ,
5
5
"imports" : {
6
6
"ws" : " npm:ws@^8.18.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @iroha/client" ,
3
- "version" : " 0.4.0-beta.1 " ,
3
+ "version" : " 0.4.0" ,
4
4
"exports" : {
5
5
"." : " ./mod.ts" ,
6
6
"./web-socket" : " ./web-socket/mod.ts"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @iroha/core" ,
3
- "version" : " 0.4.0-beta.1 " ,
3
+ "version" : " 0.4.0" ,
4
4
"exports" : {
5
5
"." : " ./mod.ts" ,
6
6
"./codec" : " ./codec.ts" ,
You can’t perform that action at this time.
0 commit comments