@subql/node-ethereum 3.10.1 → 3.11.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,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.11.0] - 2024-03-20
10
+ ### Changed
11
+ - Update `@subql/node-core` with fixes and optimisations
12
+
9
13
  ## [3.10.1] - 2024-03-14
10
14
  ### Changed
11
15
  - Update `@subql/node-core` to 4.7.2 with graphql comments escaping fix
@@ -427,7 +431,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
427
431
  ### Added
428
432
  - Init release
429
433
 
430
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.10.1...HEAD
434
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.11.0...HEAD
435
+ [3.11.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.10.1...node-ethereum/3.11.0
431
436
  [3.10.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.10.0...node-ethereum/3.10.1
432
437
  [3.10.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.1...node-ethereum/3.10.0
433
438
  [3.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.9.0...node-ethereum/3.9.1