Skip to content

Commit

Permalink
Merge 3e16cb2 into 7682060
Browse files Browse the repository at this point in the history
  • Loading branch information
svetoslav-nikol0v authored Mar 19, 2024
2 parents 7682060 + 3e16cb2 commit bc5a30d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.43.0

## What's Changed

* fix: do not instantiate logger inside a method by @leninmehedy in https://github.com/hashgraph/hedera-sdk-js/pull/2195
* release: proto beta version 2.14.0-beta.5 by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2196
* fix: hbar presentation after serialization/deserialization by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2189
* fix: inability to create and execute freeze transaction by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2171
* update: update steps for release process in RELEASE.md file by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2201
* update: add section in README.md file on how to start the tests by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2201

## v2.43.0-beta.1

## What's Changed
Expand Down
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
- **Run** `task test:release` (Note: the local node should not be running)
- **Update** the SDK version in `package.json` file
- **Update** the CHANGELOG file
- **Create** a new tag from the branch that you are releasing (release/vX.Y.Z) with the same version of the branch as running following command for:
- **Merge** release branch into main
- **Create** a new tag as running following command for:
- stable release - `git tag -a "v*.*.*" -m "[message]"`
- bet release - `git tag -a "v*.*.*-beta.*" -m "[message]"`
- **Run** the following command for:
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.43.0-beta.1",
"version": "2.43.0",
"description": "Hedera™ Hashgraph SDK",
"types": "./lib/index.d.ts",
"main": "./lib/index.cjs",
Expand Down Expand Up @@ -129,4 +129,4 @@
"optional": true
}
}
}
}

0 comments on commit bc5a30d

Please sign in to comment.