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