Skip to content

Commit c519342

Browse files
chore(release): v2.62.0-beta.1 (#2972)
Signed-off-by: venilinvasilev <[email protected]>
1 parent de37d4e commit c519342

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.62.0-beta.1
9+
10+
- chore: return Privatekey, Transaction and PublicKey legacy functionality by @ivaylonikolov7 in https://github.com/hiero-ledger/hiero-sdk-js/pull/2943
11+
812
## v2.61.0
913

1014
- fix: disable auto renew assignment on topic and token create by @SimiHunjan in @dependabot in https://github.com/hiero-ledger/hiero-sdk-js/pull/2945

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/sdk",
3-
"version": "2.61.0",
3+
"version": "2.62.0-beta.1",
44
"description": "Hiero SDK",
55
"types": "./lib/index.d.ts",
66
"main": "./lib/index.cjs",

src/client/addressbooks/mainnet.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/addressbooks/previewnet.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/addressbooks/testnet.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/token/TokenCreateTransaction.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ export default class TokenCreateTransaction extends Transaction {
571571
}
572572
return super.freezeWith(client);
573573
}
574-
574+
575575
/**
576576
* @param {Key} key
577577
* @returns {this}

0 commit comments

Comments
 (0)