@subql/node-ethereum 3.5.1-0 → 3.5.1
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 +4 -2
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
## [3.5.1] - 2024-01-10
|
|
10
|
+
### Fixed
|
|
10
11
|
- Update node-core with initialization query improvement
|
|
11
12
|
|
|
12
13
|
## [3.5.0] - 2024-01-08
|
|
@@ -374,7 +375,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
374
375
|
### Added
|
|
375
376
|
- Init release
|
|
376
377
|
|
|
377
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.
|
|
378
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.1...HEAD
|
|
379
|
+
[3.5.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.0...node-ethereum/3.5.1
|
|
378
380
|
[3.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.5...node-ethereum/3.5.0
|
|
379
381
|
[3.4.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.4...node-ethereum/3.4.5
|
|
380
382
|
[3.4.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.3...node-ethereum/3.4.4
|
package/package.json
CHANGED