Skip to content

Commit

Permalink
release: v2.52.0-beta.1 (#2539)
Browse files Browse the repository at this point in the history
* style: Remove rebundant empty line

Signed-off-by: ivaylogarnev-limechain <[email protected]>

* docs: Update CHANGELOG

Signed-off-by: ivaylogarnev-limechain <[email protected]>

* chore: Update package json version

Signed-off-by: ivaylogarnev-limechain <[email protected]>

---------

Signed-off-by: ivaylogarnev-limechain <[email protected]>
  • Loading branch information
ivaylogarnev-limechain authored Sep 20, 2024
1 parent e03746e commit 6270961
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.52.0-beta.1

## What's Changed

* feat: Add multi-signature and multi-node support for signing and adding signatures by @ivaylogarnev-limechain in https://github.com/hashgraph/hedera-sdk-js/pull/2514
* feat: Add removeSignature/clearAllSignatures methods by @ivaylogarnev-limechain in https://github.com/hashgraph/hedera-sdk-js/pull/2491
* chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 by @dependabot in https://github.com/hashgraph/hedera-sdk-js/pull/2538

## v2.51.0

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/sdk",
"version": "2.51.0",
"version": "2.52.0-beta.1",
"description": "Hedera™ Hashgraph SDK",
"types": "./lib/index.d.ts",
"main": "./lib/index.cjs",
Expand Down
1 change: 0 additions & 1 deletion src/PrivateKey.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ export default class PrivateKey extends Key {

transaction.addSignature(this.publicKey, signatures);


// Return directly Uint8Array if there is only one signature
return signatures.length === 1 ? signatures[0] : signatures;
}
Expand Down

0 comments on commit 6270961

Please sign in to comment.