@subql/common-stellar 4.4.1 → 4.4.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/package.json +1 -1
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.2] - 2025-05-01
|
|
10
|
+
### Changed
|
|
11
|
+
- Re release of previously failed release
|
|
12
|
+
|
|
9
13
|
## [4.4.1] - 2025-05-01
|
|
10
14
|
### Changed
|
|
11
15
|
- Update `@subql/common`
|
|
@@ -107,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
107
111
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
108
112
|
|
|
109
113
|
## [2.3.0] - 2023-09-12
|
|
110
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.
|
|
114
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.2...HEAD
|
|
115
|
+
[4.4.2]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.1...common-stellar/4.4.2
|
|
111
116
|
[4.4.1]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.4.0...common-stellar/4.4.1
|
|
112
117
|
[4.4.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.3.0...common-stellar/4.4.0
|
|
113
118
|
[4.3.0]: https://github.com/subquery/subql-stellar/compare/common-stellar/4.2.2...common-stellar/4.3.0
|