File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v2.55.1
9
+
10
+ ## What's Changed
11
+
12
+ * feat: update \_ makeTransactionData of NodeUpdateTransaction by @SvetBorislavov in https://github.com/hashgraph/hedera-sdk-js/pull/2658
13
+ * chore: update protobufs by @ivaylonikolov7 in https://github.com/hashgraph/hedera-sdk-js/pull/265
14
+
8
15
## v2.55.0
9
16
10
17
## What's Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hashgraph/sdk" ,
3
- "version" : " 2.55.0 " ,
3
+ "version" : " 2.55.1 " ,
4
4
"description" : " Hedera™ Hashgraph SDK" ,
5
5
"types" : " ./lib/index.d.ts" ,
6
6
"main" : " ./lib/index.cjs" ,
58
58
"@ethersproject/rlp" : " ^5.7.0" ,
59
59
"@grpc/grpc-js" : " 1.8.2" ,
60
60
"@hashgraph/cryptography" : " 1.4.8-beta.10" ,
61
- "@hashgraph/proto" : " 2.16.0-beta.2 " ,
61
+ "@hashgraph/proto" : " 2.16.0-beta.3 " ,
62
62
"axios" : " ^1.6.4" ,
63
63
"bignumber.js" : " ^9.1.1" ,
64
64
"bn.js" : " ^5.1.1" ,
You can’t perform that action at this time.
0 commit comments