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