@subql/node-stellar 6.0.1 → 6.0.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
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
|
+
## [6.0.2] - 2025-07-21
|
|
10
|
+
### Fixed
|
|
11
|
+
- Handle transactions with multiple operations and events correctly (#133)
|
|
12
|
+
|
|
9
13
|
## [6.0.1] - 2025-07-01
|
|
10
14
|
### Changed
|
|
11
15
|
- Update `@subql/common` and `@subql/node-core` (#128)
|
|
@@ -233,7 +237,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
233
237
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
234
238
|
|
|
235
239
|
## [2.12.0] - 2023-09-12
|
|
236
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.
|
|
240
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.2...HEAD
|
|
241
|
+
[6.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.1...node-stellar/6.0.2
|
|
237
242
|
[6.0.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/6.0.0...node-stellar/6.0.1
|
|
238
243
|
[6.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.2...node-stellar/6.0.0
|
|
239
244
|
[5.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/5.0.1...node-stellar/5.0.2
|