@subql/types-ethereum 2.0.1-0 → 2.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -8,6 +8,10 @@ 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
+ ## [2.1.0] - 2023-05-11
12
+ ### Added
13
+ - `bulkRemove` to the store
14
+ - `chainId` to the sandbox
11
15
 
12
16
  ## [2.0.0] - 2023-05-01
13
17
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-ethereum",
3
- "version": "2.0.1-0",
3
+ "version": "2.1.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql",
6
6
  "repository": "github:subquery/subql",
@@ -17,6 +17,5 @@
17
17
  ],
18
18
  "dependencies": {
19
19
  "@ethersproject/abstract-provider": "^5.6.1"
20
- },
21
- "stableVersion": "2.0.0"
20
+ }
22
21
  }