Skip to content

Commit

Permalink
release-v2.52.0 (#2592)
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.md with whats changed

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

* docs: update changelog.md v2.52 betas heading

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

---------

Signed-off-by: ivaylogarnev-limechain <[email protected]>
  • Loading branch information
ivaylogarnev-limechain authored Oct 16, 2024
1 parent e1e119e commit 3408441
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ 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.4
## v2.52.0

## What's Changed

* fix: file append transaction id after deserialization by @SvetBorislavov in https://github.com/hashgraph/hedera-sdk-js/pull/2583

## v2.52.0-beta.4

## What's Changed

Expand Down Expand Up @@ -33,7 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* chore(deps): bump serve-static and express in /tck by @dependabot in https://github.com/hashgraph/hedera-sdk-js/pull/2520
* chore(deps): bump renovatebot/github-action from 40.3.1 to 40.3.3 by @dependabot in https://github.com/hashgraph/hedera-sdk-js/pull/2577

# v2.52.0-beta.3
## v2.52.0-beta.3

## 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.52.0-beta.4",
"version": "2.52.0",
"description": "Hedera™ Hashgraph SDK",
"types": "./lib/index.d.ts",
"main": "./lib/index.cjs",
Expand Down

0 comments on commit 3408441

Please sign in to comment.