Skip to content

Commit 7fbbbe4

Browse files
chore(release): v2.77.0 (#3521)
Signed-off-by: venilinvasilev <[email protected]>
1 parent af7fcbf commit 7fbbbe4

File tree

7 files changed

+15874
-11979
lines changed

7 files changed

+15874
-11979
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
9+
## v2.77.0
10+
11+
### Fixed
12+
- Resolved an issue where the mirror network was not correctly set in the client state when using `WebClient.forMirrorNetwork` in web environments. [#3510](https://github.com/hiero-ledger/hiero-sdk-js/pull/3510)
13+
- Fixed a bug preventing `AddressBookQuery` from executing when the `Client` class had an empty network state. [#3510](https://github.com/hiero-ledger/hiero-sdk-js/pull/3510)
14+
- Corrected a model definition issue where a property of the `Node` model was not marked as optional. [#3510](https://github.com/hiero-ledger/hiero-sdk-js/pull/3510)
15+
16+
817
## v2.76.0
918

1019
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/sdk",
3-
"version": "2.76.0",
3+
"version": "2.77.0",
44
"description": "Hiero SDK",
55
"types": "./lib/index.d.ts",
66
"main": "./lib/index.cjs",
@@ -65,7 +65,7 @@
6565
"@ethersproject/bytes": "5.8.0",
6666
"@ethersproject/rlp": "5.8.0",
6767
"@grpc/grpc-js": "1.12.6",
68-
"@hashgraph/cryptography": "1.14.0",
68+
"@hashgraph/cryptography": "1.15.0",
6969
"@hashgraph/proto": "2.24.0",
7070
"ansi-regex": "6.2.2",
7171
"ansi-styles": "6.2.3",

packages/cryptography/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hashgraph/cryptography",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "Cryptographic utilities and primitives for the Hiero SDK",
55
"main": "./lib/index.cjs",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)