@subql/node-ethereum 5.1.7-0 → 5.1.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -1
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [5.1.7] - 2024-10-24
9
10
  ### Fixed
10
11
  - When there is no log data for fullBlock, it is determined as lightBlock. (#350)
11
12
 
@@ -567,7 +568,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
567
568
  ### Added
568
569
  - Init release
569
570
 
570
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.6...HEAD
571
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.7...HEAD
572
+ [5.1.7]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.6...node-ethereum/5.1.7
571
573
  [5.1.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.5...node-ethereum/5.1.6
572
574
  [5.1.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.4...node-ethereum/5.1.5
573
575
  [5.1.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.3...node-ethereum/5.1.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-ethereum",
3
- "version": "5.1.7-0",
3
+ "version": "5.1.7",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -59,6 +59,5 @@
59
59
  "files": [
60
60
  "/dist",
61
61
  "/bin"
62
- ],
63
- "stableVersion": "5.1.6"
62
+ ]
64
63
  }