@subql/common-substrate 4.2.0 → 4.3.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 +7 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +3 -10
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
|
|
10
|
+
## [4.3.0] - 2024-08-05
|
|
11
|
+
### Changed
|
|
12
|
+
- Update dependencies (#2518)
|
|
13
|
+
|
|
9
14
|
## [4.2.0] - 2024-08-01
|
|
10
15
|
### Added
|
|
11
16
|
- Updated `@subql\common` with support for endpoint specific configs (#2511)
|
|
@@ -181,7 +186,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
181
186
|
### Added
|
|
182
187
|
- init commit
|
|
183
188
|
|
|
184
|
-
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.
|
|
189
|
+
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.0...HEAD
|
|
190
|
+
[4.3.0]: https://github.com/subquery/subql/compare/common-substrate/4.2.0...common-substrate/4.3.0
|
|
185
191
|
[4.2.0]: https://github.com/subquery/subql/compare/common-substrate/4.1.1...common-substrate/4.2.0
|
|
186
192
|
[4.1.1]: https://github.com/subquery/subql/compare/common-substrate/4.1.0...common-substrate/4.1.1
|
|
187
193
|
[4.1.0]: https://github.com/subquery/subql/compare/common-substrate/4.0.1...common-substrate/4.1.0
|