@subql/types-ethereum 0.2.0 → 0.2.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.
- package/CHANGELOG.md +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,9 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
|
|
|
9
9
|
|
|
10
10
|
## [Unreleased]
|
|
11
11
|
|
|
12
|
+
## [0.2.1] - 2022-11-18
|
|
13
|
+
- Rerelease 0.2.0
|
|
14
|
+
|
|
12
15
|
## [0.2.0] - 2022-11-17
|
|
13
16
|
|
|
14
17
|
- Sync with main sdk (#14)
|
|
@@ -16,4 +19,3 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
|
|
|
16
19
|
## [0.1.0] - 2022-10-31
|
|
17
20
|
|
|
18
21
|
Initial release
|
|
19
|
-
|