@subql/node-ethereum 2.0.1-0 → 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -3
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
+ ## [2.0.1] - 2023-05-09
10
+ ### Fixed
11
+ - Error message when failing to fetch block (#67)
12
+
9
13
  ## [2.0.0] - 2023-05-01
10
14
  - Major release for 2.0.0, align with other SDK versions
11
15
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-ethereum",
3
- "version": "2.0.1-0",
3
+ "version": "2.0.1",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "Apache-2.0",
@@ -75,6 +75,5 @@
75
75
  "files": [
76
76
  "/dist",
77
77
  "/bin"
78
- ],
79
- "stableVersion": "2.0.0"
78
+ ]
80
79
  }