Skip to content

Commit c7fcd5a

Browse files
chore(release): v2.55.1 (#2713)
* chore: update package.json Signed-off-by: Ivaylo Nikolov <[email protected]> * docs: update changelog Signed-off-by: Ivaylo Nikolov <[email protected]> * chore: update correct package version Signed-off-by: Ivaylo Nikolov <[email protected]> --------- Signed-off-by: Ivaylo Nikolov <[email protected]>
1 parent e9df739 commit c7fcd5a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
815
## v2.55.0
916

1017
## What's Changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/sdk",
3-
"version": "2.55.0",
3+
"version": "2.55.1",
44
"description": "Hedera™ Hashgraph SDK",
55
"types": "./lib/index.d.ts",
66
"main": "./lib/index.cjs",
@@ -58,7 +58,7 @@
5858
"@ethersproject/rlp": "^5.7.0",
5959
"@grpc/grpc-js": "1.8.2",
6060
"@hashgraph/cryptography": "1.4.8-beta.10",
61-
"@hashgraph/proto": "2.16.0-beta.2",
61+
"@hashgraph/proto": "2.16.0-beta.3",
6262
"axios": "^1.6.4",
6363
"bignumber.js": "^9.1.1",
6464
"bn.js": "^5.1.1",

0 commit comments

Comments
 (0)