Skip to content

Commit

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

Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>

* docs: update changelog

Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>

* chore: Updated protobufs and fixed request type tests

Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>

* docs: Changelog updates

Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>

* chore: Bumped proto dependency version

Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>

---------

Signed-off-by: ivaylogarnev-limechain <ivaylo.garnev@limechain.tech>
  • Loading branch information
ivaylogarnev-limechain authored Dec 3, 2024
1 parent 8ff91ab commit b87eb81
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.55.0-beta.1

## What's Changed

* feat: Pull protos from services @ivaylogarnev-limechain in https://github.com/hashgraph/hedera-sdk-js/pull/2611
* fix: rework examples y @ivaylonikolov7 in https://github.com/hashgraph/hedera-sdk-js/pull/2646
* docs: fix readme by @ivaylonikolov7 in https://github.com/hashgraph/hedera-sdk-js/pull/2685
* chore: replace pnpm/action-setup with a step-security maintained one by @PavelSBorisov in https://github.com/hashgraph/hedera-sdk-js/pull/2676
* ci: Issues with codecov upload by @san-est in https://github.com/hashgraph/hedera-sdk-js/pull/2684

## v2.54.2

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/sdk",
"version": "2.54.2",
"version": "2.55.0-beta.1",
"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.10",
"@hashgraph/proto": "2.15.0-beta.4",
"@hashgraph/proto": "2.16.0-beta.1",
"axios": "^1.6.4",
"bignumber.js": "^9.1.1",
"bn.js": "^5.1.1",
Expand Down

0 comments on commit b87eb81

Please sign in to comment.