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