@subql/common-substrate 4.3.3 → 4.3.4
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.4] - 2024-11-25
|
|
10
|
+
### Changed
|
|
11
|
+
- Bump version with `@subql/common`
|
|
12
|
+
|
|
9
13
|
## [4.3.3] - 2024-11-22
|
|
10
14
|
### Changed
|
|
11
15
|
- Update common (#2584)
|
|
@@ -197,7 +201,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
197
201
|
### Added
|
|
198
202
|
- init commit
|
|
199
203
|
|
|
200
|
-
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.
|
|
204
|
+
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.4...HEAD
|
|
205
|
+
[4.3.4]: https://github.com/subquery/subql/compare/common-substrate/4.3.3...common-substrate/4.3.4
|
|
201
206
|
[4.3.3]: https://github.com/subquery/subql/compare/common-substrate/4.3.2...common-substrate/4.3.3
|
|
202
207
|
[4.3.2]: https://github.com/subquery/subql/compare/common-substrate/4.3.1...common-substrate/4.3.2
|
|
203
208
|
[4.3.1]: https://github.com/subquery/subql/compare/common-substrate/4.3.0...common-substrate/4.3.1
|