@subql/types-ethereum 1.0.1-0 → 1.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 +5 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,11 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ## [1.0.1] - 2023-04-05
13
+
14
+ ### Removed
15
+ - Remove `count` method from the store (#51)
16
+
12
17
  ## [1.0.0] - 2023-04-03
13
18
  - Release
14
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-ethereum",
3
- "version": "1.0.1-0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql",
6
6
  "repository": "github:subquery/subql",