@subql/types-ethereum 0.2.2-7 → 1.0.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 +9 -5
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -8,15 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
All logs must start with the format: [x.y.z] - yyyy-mm-dd
|
|
9
9
|
|
|
10
10
|
## [Unreleased]
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
## [1.0.0] - 2023-04-03
|
|
13
|
+
- Release
|
|
14
|
+
|
|
15
|
+
## [0.2.2] - 2023-01-23
|
|
12
16
|
### Added
|
|
13
17
|
- Add `count` to `Store` interface (#1480)
|
|
14
18
|
|
|
15
|
-
## [1.7.0] - 2022-12-06
|
|
16
|
-
- Support for `bypassBlocks` (#1435)
|
|
17
|
-
|
|
18
19
|
## [0.2.1] - 2022-11-18
|
|
19
|
-
-
|
|
20
|
+
- Re-release 0.2.1
|
|
21
|
+
|
|
22
|
+
## [0.2.0] - 2022-12-06
|
|
23
|
+
- Support for `bypassBlocks` (#1435)
|
|
20
24
|
|
|
21
25
|
## [0.2.0] - 2022-11-17
|
|
22
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/types-ethereum",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/subquery/subql",
|
|
6
6
|
"repository": "github:subquery/subql",
|
|
@@ -24,6 +24,5 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@ethersproject/abstract-provider": "^5.6.1"
|
|
27
|
-
}
|
|
28
|
-
"stableVersion": "0.2.2-6"
|
|
27
|
+
}
|
|
29
28
|
}
|