Skip to content

Commit

Permalink
release: v2.49.0 (#2436)
Browse files Browse the repository at this point in the history
* update: version 2.49.0

Signed-off-by: svetoslav-nikol0v <[email protected]>

* update: release notes

Signed-off-by: svetoslav-nikol0v <[email protected]>

* update: proto version 2.15.0-beta.3

Signed-off-by: svetoslav-nikol0v <[email protected]>

* chore: remove 'readonly' modifier

Signed-off-by: svetoslav-nikol0v <[email protected]>

---------

Signed-off-by: svetoslav-nikol0v <[email protected]>
  • Loading branch information
svetoslav-nikol0v authored Aug 2, 2024
1 parent 5459fb4 commit 572cb18
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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.49.0

## What's Changed

* fix: update taskfile status check for submodules task by @isavov in https://github.com/hashgraph/hedera-sdk-js/pull/2435
* chore: fix token permissions for deploy to github pages by @isavov in https://github.com/hashgraph/hedera-sdk-js/pull/2418
* fix: reconnect to working node by @0xivanov in https://github.com/hashgraph/hedera-sdk-js/pull/2417
* release: proto v2.15.0-beta.3 by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2415
* update: add node id to the precheck error by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2414
* feat: Implement TokenRejectTransaction by @ivaylonikolov7 in https://github.com/hashgraph/hedera-sdk-js/pull/2411
* update: handle PLATFORM_NOT_ACTIVE error gracefully by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2401
* feat: pull protobuf changes from latest tag by @isavov in https://github.com/hashgraph/hedera-sdk-js/pull/2435
* chore: fix token permissions for deploy to github pages by @isavov in https://github.com/hashgraph/hedera-sdk-js/pull/2389
* update: release all skipped tests by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2395
* test: add maxAutomaticTokenAssociations tests by @ivaylonikolov7 in https://github.com/hashgraph/hedera-sdk-js/pull/2390

## v2.48.1

## What's Changed
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/sdk",
"version": "2.48.1",
"version": "2.49.0",
"description": "Hedera™ Hashgraph SDK",
"types": "./lib/index.d.ts",
"main": "./lib/index.cjs",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@ethersproject/rlp": "^5.7.0",
"@grpc/grpc-js": "1.8.2",
"@hashgraph/cryptography": "1.4.8-beta.5",
"@hashgraph/proto": "2.15.0-beta.2",
"@hashgraph/proto": "2.15.0-beta.3",
"axios": "^1.6.4",
"bignumber.js": "^9.1.1",
"bn.js": "^5.1.1",
Expand Down Expand Up @@ -130,4 +130,4 @@
"optional": true
}
}
}
}
2 changes: 0 additions & 2 deletions src/token/TokenRejectTransaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export default class TokenRejectTransaction extends Transaction {

/**
* @returns {TokenId[]}
* @readonly
*/
get tokenIds() {
return this._tokenIds;
Expand Down Expand Up @@ -177,7 +176,6 @@ export default class TokenRejectTransaction extends Transaction {

/**
* @returns {NftId[]}
* @readonly
*
*/
get nftIds() {
Expand Down

0 comments on commit 572cb18

Please sign in to comment.