Skip to content

Commit

Permalink
release: v2.54.0-beta.1 (#2652)
Browse files Browse the repository at this point in the history
* chore: bump package version

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

* docs: update changelog

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

* fix: added new line in executable unit test to fix code style

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

* chore: Updated address book

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

* docs: Refactored changelog.md

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

---------

Signed-off-by: ivaylogarnev-limechain <[email protected]>
  • Loading branch information
ivaylogarnev-limechain authored Nov 18, 2024
1 parent dd8a6d7 commit f793846
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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.54.0-beta.1

## What's Changed

* feat: Add node AccountId to timeout/max attempt errors by @ivaylogarnev-limechain in https://github.com/hashgraph/hedera-sdk-js/pull/2631
* feat: Add method to NodeClient for Initialization with MirrorNetwork only by @ivaylogarnev-limechain in https://github.com/hashgraph/hedera-sdk-js/pull/2635
* chore(deps-dev): bump vite from 4.4.9 to 4.5.3 in /packages/cryptography by @dependabot in https://github.com/hashgraph/hedera-sdk-js/pull/2237
* chore(deps-dev): bump fast-xml-parser from 4.2.7 to 4.4.1 in /examples/react-native-example by @dependabot in https://github.com/hashgraph/hedera-sdk-js/pull/2420
* chore(deps-dev): bump eslint-plugin-deprecation from 2.0.0 to 3.0.0 by @dependabot in https://github.com/hashgraph/hedera-sdk-js/pull/2426
* chore(deps-dev): bump body-parser from 1.20.2 to 1.20.3 by @dependabot in https://github.com/hashgraph/hedera-sdk-js/pull/2525
* chore(deps-dev): bump pino-pretty from 10.0.0 to 11.2.2 by @dependabot in https://github.com/hashgraph/hedera-sdk-js/pull/2427
* chore(deps-dev): bump vite from 4.4.9 to 5.3.5 by @dependabot in https://github.com/hashgraph/hedera-sdk-js/pull/2429
* chore(deps): bump micromatch from 4.0.5 to 4.0.8 by @dependabot in https://github.com/hashgraph/hedera-sdk-js/pull/2485

## v2.53.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.53.0",
"version": "2.54.0-beta.1",
"description": "Hedera™ Hashgraph SDK",
"types": "./lib/index.d.ts",
"main": "./lib/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion src/client/addressbooks/mainnet.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/client/addressbooks/previewnet.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/client/addressbooks/testnet.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/unit/Executable.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ describe("Executable", function () {
),
).to.be.true;
});
});
});

0 comments on commit f793846

Please sign in to comment.