@subql/types-stellar 4.1.1-0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -2
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
- ### Fixed
9
+ ## [4.2.0] - 2025-02-26
10
+ ### Added
10
11
  - IStellarEndpointConfig add optional parameter `pageLimit`
11
12
 
12
13
  ## [4.1.0] - 2025-02-05
@@ -67,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
67
68
  - Use @subql/types-core (#18)
68
69
 
69
70
  ## [2.3.0] - 2023-09-12
70
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.1.0...HEAD
71
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.2.0...HEAD
72
+ [4.2.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.1.0...types-stellar/4.2.0
71
73
  [4.1.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.0.2...types-stellar/4.1.0
72
74
  [4.0.2]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.6.0...types-stellar/4.0.2
73
75
  [3.6.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.5.0...types-stellar/3.6.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-stellar",
3
- "version": "4.1.1-0",
3
+ "version": "4.2.0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql-stellar",
6
6
  "repository": "github:subquery/subql-stellar",
@@ -19,6 +19,5 @@
19
19
  "dependencies": {
20
20
  "@stellar/stellar-sdk": "^13.1.0",
21
21
  "@subql/types-core": "^2.0.1"
22
- },
23
- "stableVersion": "4.1.0"
22
+ }
24
23
  }