@subql/common-substrate 4.3.0 → 4.3.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.
- package/CHANGELOG.md +5 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [4.3.1] - 2024-09-25
|
|
10
|
+
### Changed
|
|
11
|
+
- Bump common, Added manifest support for query-subgraph.
|
|
9
12
|
|
|
10
13
|
## [4.3.0] - 2024-08-05
|
|
11
14
|
### Changed
|
|
@@ -186,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
186
189
|
### Added
|
|
187
190
|
- init commit
|
|
188
191
|
|
|
189
|
-
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.
|
|
192
|
+
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.1...HEAD
|
|
193
|
+
[4.3.1]: https://github.com/subquery/subql/compare/common-substrate/4.3.0...common-substrate/4.3.1
|
|
190
194
|
[4.3.0]: https://github.com/subquery/subql/compare/common-substrate/4.2.0...common-substrate/4.3.0
|
|
191
195
|
[4.2.0]: https://github.com/subquery/subql/compare/common-substrate/4.1.1...common-substrate/4.2.0
|
|
192
196
|
[4.1.1]: https://github.com/subquery/subql/compare/common-substrate/4.1.0...common-substrate/4.1.1
|