@subql/node-starknet 5.7.1-0 → 5.7.3-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,10 +5,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ### Changed
9
+ - Update `@subql/common` (#21)
10
+
11
+ ### Fixed
12
+ - Dictionary network family being invalid (#21)
13
+ - Block finalization with devnets (#21)
14
+
15
+ ## [5.7.2] - 2025-02-03
16
+ ### Fixed
17
+ - Fix previous release failed due to broken pipeline (#19)
18
+
19
+ ## [5.7.1] - 2025-02-03
20
+ ### Fixed
21
+ - Fix previous release failed
8
22
 
9
23
  ## [5.7.0] - 2025-02-03
10
24
  ### Added
11
25
  - Init release
12
26
 
13
- [Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.0...HEAD
27
+ [Unreleased]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.2...HEAD
28
+ [5.7.2]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.1...node-starknet/5.7.2
29
+ [5.7.1]: https://github.com/subquery/subql-starknet/compare/node-starknet/5.7.0...node-starknet/5.7.1
14
30
  [5.7.0]: https://github.com/subquery/subql-starknet/releases/tag/node-starknet/5.7.0