@subql/types-ethereum 3.6.1-0 → 3.6.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 -1
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [3.6.1] - 2024-05-27
8
10
  ### Changed
9
11
  - Type for unsafeApi to from Provider to JsonRpcProvider (#291)
10
12
 
@@ -112,7 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112
114
  - Sync with main sdk (#14)
113
115
 
114
116
  ## [0.1.0] - 2022-10-31
115
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.6.0...HEAD
117
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.6.1...HEAD
118
+ [3.6.1]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.6.0...types-ethereum/3.6.1
116
119
  [3.6.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.5.0...types-ethereum/3.6.0
117
120
  [3.5.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.4.0...types-ethereum/3.5.0
118
121
  [3.4.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.3.1...types-ethereum/3.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-ethereum",
3
- "version": "3.6.1-0",
3
+ "version": "3.6.1",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql",
6
6
  "repository": "github:subquery/subql",
@@ -20,6 +20,5 @@
20
20
  "@ethersproject/abstract-provider": "^5.6.1",
21
21
  "@ethersproject/providers": "^5.7.2",
22
22
  "@subql/types-core": "^0.7.0"
23
- },
24
- "stableVersion": "3.6.0"
23
+ }
25
24
  }