@subql/node-ethereum 3.5.1 → 3.5.2
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
|
+
## [3.5.2] - 2024-01-18
|
|
10
|
+
### Fixed
|
|
11
|
+
- Fix undefined on timestamp filter (#237)
|
|
12
|
+
|
|
9
13
|
## [3.5.1] - 2024-01-10
|
|
10
14
|
### Fixed
|
|
11
15
|
- Update node-core with initialization query improvement
|
|
@@ -375,7 +379,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
375
379
|
### Added
|
|
376
380
|
- Init release
|
|
377
381
|
|
|
378
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.
|
|
382
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.2...HEAD
|
|
383
|
+
[3.5.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.1...node-ethereum/3.5.2
|
|
379
384
|
[3.5.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.0...node-ethereum/3.5.1
|
|
380
385
|
[3.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.5...node-ethereum/3.5.0
|
|
381
386
|
[3.4.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.4...node-ethereum/3.4.5
|