@subql/types-stellar 4.0.3-2 → 4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [4.1.0] - 2025-02-05
8
10
  ### Changed
9
11
  - Update stellar sdk to v13 and use type from the sdk rather than redefining (#101)
12
+ - Update header year to 2025
13
+ - Update `@subql/types-core`
10
14
 
11
15
  ## [4.0.2] - 2024-10-22
12
16
  ### Changed
@@ -60,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
60
64
  - Use @subql/types-core (#18)
61
65
 
62
66
  ## [2.3.0] - 2023-09-12
63
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.0.2...HEAD
67
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.1.0...HEAD
68
+ [4.1.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.0.2...types-stellar/4.1.0
64
69
  [4.0.2]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.6.0...types-stellar/4.0.2
65
70
  [3.6.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.5.0...types-stellar/3.6.0
66
71
  [3.5.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.4.0...types-stellar/3.5.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-stellar",
3
- "version": "4.0.3-2",
3
+ "version": "4.1.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.0.3-1"
22
+ }
24
23
  }