@subql/node-stellar 4.0.3-0 → 4.0.4

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,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
- ## [4.0.2] - 2024-10-22
9
+ ## [4.0.4] - 2024-10-23
10
+ ### Changed
11
+ - Bump `@subql/common` dependency
12
+
13
+ ## [4.0.3] - 2024-10-22
10
14
  ### Changed
11
15
  - Bump `@subql/common` and `@subql/node-core` dependency (#85)
12
16
 
@@ -158,8 +162,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
158
162
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
159
163
 
160
164
  ## [2.12.0] - 2023-09-12
161
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.2...HEAD
162
- [4.0.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...node-stellar/4.0.2
165
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.4...HEAD
166
+ [4.0.4]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.3...node-stellar/4.0.4
167
+ [4.0.3]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.0...node-stellar/4.0.3
163
168
  [4.0.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.1...node-stellar/4.0.0
164
169
  [3.12.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.12.0...node-stellar/3.12.1
165
170
  [3.12.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.11.2...node-stellar/3.12.0