Skip to content

Commit 8001c87

Browse files
authored
Merge pull request #8 from aeternity/release-v1.3.0
chore: release 1.3.0
2 parents 7d06806 + f0c86cc commit 8001c87

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.3.0](https://www.github.com/aeternity/aepp-hyperchain-bridge/compare/v1.2.0...v1.3.0) (2025-04-28)
4+
5+
6+
### Features
7+
8+
* enhance network change handling to validate nodes in pool before selection ([fbaf4c8](https://www.github.com/aeternity/aepp-hyperchain-bridge/commit/fbaf4c8c169ef1505491e38adfa533af651cd0d4))
9+
* increase security on request verification & add cleanup, pause, resume functions ([95652e2](https://www.github.com/aeternity/aepp-hyperchain-bridge/commit/95652e22f6d32e616a346c0380ca0a8b400e402f))
10+
11+
12+
### Bug Fixes
13+
14+
* improve network fetching logic and connection status handling in WalletProvider ([7d06806](https://www.github.com/aeternity/aepp-hyperchain-bridge/commit/7d06806e54d04cbd5eb6a832071613c5d28e94bc))
15+
* update bridge contract addresses and operator account in network configurations ([0ec7693](https://www.github.com/aeternity/aepp-hyperchain-bridge/commit/0ec769316a6cc2797a450b0ca31c0604614dce8c))
16+
* update string concatenation to use semicolons ([b6aa4a5](https://www.github.com/aeternity/aepp-hyperchain-bridge/commit/b6aa4a55f18da714392d1fc6eec4ada5b6a0b7ba))
17+
318
## [1.2.0](https://www.github.com/aeternity/aepp-hyperchain-bridge/compare/v1.1.0...v1.2.0) (2025-04-28)
419

520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aepp-hyperchain-bridge",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"type": "module",
66
"main": "src/index.tsx",

0 commit comments

Comments
 (0)