@subql/node-stellar 4.1.1 → 4.2.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 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.2.0] - 2024-12-17
10
+ ### Changed
11
+ - Update `@subql/node-core` and `@subql/common` dependencies
12
+
9
13
  ## [4.1.1] - 2024-12-06
10
14
  ### Fixed
11
15
  - Incorrect parameter injection in ApiService
@@ -171,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
171
175
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
172
176
 
173
177
  ## [2.12.0] - 2023-09-12
174
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.1...HEAD
178
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.0...HEAD
179
+ [4.2.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.1...node-stellar/4.2.0
175
180
  [4.1.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.0...node-stellar/4.1.1
176
181
  [4.1.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.4...node-stellar/4.1.0
177
182
  [4.0.4]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.3...node-stellar/4.0.4