@subql/node-ethereum 3.4.3-0 → 3.4.4

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,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.4.4] - 2023-12-20
9
10
  ### Fixed
10
- - Fix with after correct asset type (#223)
11
+ - Metadata lastProcessedHeight undefined issue via `@subql/node-core`
11
12
 
13
+ ## [3.4.3] - 2023-12-04
14
+ ### Fixed
15
+ - Fix with after correct asset type (#223)
12
16
 
13
17
  ## [3.4.2] - 2023-11-30
14
18
  ### Fixed
@@ -356,7 +360,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
356
360
  ### Added
357
361
  - Init release
358
362
 
359
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.2...HEAD
363
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.4...HEAD
364
+ [3.4.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.3...node-ethereum/3.4.4
365
+ [3.4.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.2...node-ethereum/3.4.3
360
366
  [3.4.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.1...node-ethereum/3.4.2
361
367
  [3.4.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.0...node-ethereum/3.4.1
362
368
  [3.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.6...node-ethereum/3.4.0