@subql/common-substrate 4.3.7 → 4.4.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 +6 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/index.js +17 -7
- package/dist/index.js.map +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.4.0] - 2025-04-17
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql/common`
|
|
12
|
+
|
|
9
13
|
## [4.3.7] - 2025-02-04
|
|
10
14
|
### Changed
|
|
11
15
|
- Update copyright header to 2025
|
|
@@ -213,7 +217,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
213
217
|
### Added
|
|
214
218
|
- init commit
|
|
215
219
|
|
|
216
|
-
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.
|
|
220
|
+
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.4.0...HEAD
|
|
221
|
+
[4.4.0]: https://github.com/subquery/subql/compare/common-substrate/4.3.7...common-substrate/4.4.0
|
|
217
222
|
[4.3.7]: https://github.com/subquery/subql/compare/common-substrate/4.3.6...common-substrate/4.3.7
|
|
218
223
|
[4.3.6]: https://github.com/subquery/subql/compare/common-substrate/4.3.5...common-substrate/4.3.6
|
|
219
224
|
[4.3.5]: https://github.com/subquery/subql/compare/common-substrate/4.3.4...common-substrate/4.3.5
|