@subql/node-stellar 3.11.3-0 → 3.12.1-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/package.json +4 -4
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
|
+
### Fixed
|
|
10
|
+
- Bump version with `@subql/common-stellar`, fix `OperationFilter` issue (#80)
|
|
11
|
+
|
|
12
|
+
## [3.12.0] - 2024-07-03
|
|
9
13
|
### Changed
|
|
10
14
|
- Bump version with `@subql/common-stellar`, sync with `@subql/node-core`, add admin module
|
|
11
15
|
|
|
@@ -136,7 +140,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
136
140
|
- rename `soroban` to `sorobanEndpoint` in network config (#16)
|
|
137
141
|
|
|
138
142
|
## [2.12.0] - 2023-09-12
|
|
139
|
-
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.
|
|
143
|
+
[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.0...HEAD
|
|
144
|
+
[3.12.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.2...node-stellar/3.12.0
|
|
140
145
|
[3.11.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.1...node-stellar/3.11.2
|
|
141
146
|
[3.11.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.0...node-stellar/3.11.1
|
|
142
147
|
[3.11.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.10.1...node-stellar/3.11.0
|