From ccbcda2777821c7db1765010060bd2a5b4ae38fa Mon Sep 17 00:00:00 2001 From: svetoslav-nikol0v Date: Mon, 1 Jul 2024 16:33:59 +0300 Subject: [PATCH] release: v2.48.0 (#2383) * update: proto package version to v2.15.0-beta.2 Signed-off-by: svetoslav-nikol0v * update: sdk version to 2.48.0 Signed-off-by: svetoslav-nikol0v * fix: typo Signed-off-by: svetoslav-nikol0v * update: changelog Signed-off-by: svetoslav-nikol0v --------- Signed-off-by: svetoslav-nikol0v --- CHANGELOG.md | 8 ++++++++ RELEASE.md | 2 +- package.json | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7d3b309..e526ca587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.48.0 + +## What's Changed + +* release: proto v2.15.0-beta.2 by @svetoslav-nikol0v in https://github.com/hashgraph/hedera-sdk-js/pull/2367 +* ci: update publishing workflow to use appropriate pre release and stable versions by @rbarkerSL in https://github.com/hashgraph/hedera-sdk-js/pull/2364 +* feature: custom derivation paths in Mnemonic ECDSA private key derivation by @bguiz in https://github.com/hashgraph/hedera-sdk-js/pull/2341 + ## v2.47.0 ## What's Changed diff --git a/RELEASE.md b/RELEASE.md index 6cc23849e..1f5057ef3 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,7 +12,7 @@ - **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]"` + - beta release - `git tag -a "v*.*.*-beta.*" -m "[message]"` - **Run** the following command for: - stable release - `git push origin v*.*.*` - beta release - `git push origin v*.*.*-beta.*` diff --git a/package.json b/package.json index 66676281f..6bea8f6bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/sdk", - "version": "2.47.0", + "version": "2.48.0", "description": "Hederaâ„¢ Hashgraph SDK", "types": "./lib/index.d.ts", "main": "./lib/index.cjs", @@ -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.1", + "@hashgraph/proto": "2.15.0-beta.2", "axios": "^1.6.4", "bignumber.js": "^9.1.1", "bn.js": "^5.1.1",