@subql/node-ethereum 5.1.3 → 5.1.5-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
|
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
### Changed
|
|
10
|
+
- Bump `@subql/node-core` dependency (#347)
|
|
11
|
+
|
|
12
|
+
## [5.1.4] - 2024-09-25
|
|
13
|
+
### Changed
|
|
14
|
+
- Bump common, Added manifest support for query-subgraph.
|
|
15
|
+
|
|
9
16
|
## [5.1.3] - 2024-08-28
|
|
10
17
|
### Fixed
|
|
11
18
|
- Dictionary grouping optimisation regression (#344)
|
|
@@ -552,7 +559,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
552
559
|
### Added
|
|
553
560
|
- Init release
|
|
554
561
|
|
|
555
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.
|
|
562
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.4...HEAD
|
|
563
|
+
[5.1.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.3...node-ethereum/5.1.4
|
|
556
564
|
[5.1.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.2...node-ethereum/5.1.3
|
|
557
565
|
[5.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.1...node-ethereum/5.1.2
|
|
558
566
|
[5.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.0...node-ethereum/5.1.1
|