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