@subql/types-stellar 3.6.1-0 → 4.0.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 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,8 @@ 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.0.1] - 2024-10-22
8
10
  ### Changed
9
11
  - Bump `@subql/types-core` dependency (#85)
10
12
 
@@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
56
58
  - Use @subql/types-core (#18)
57
59
 
58
60
  ## [2.3.0] - 2023-09-12
59
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.6.0...HEAD
61
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/4.0.1...HEAD
62
+ [4.0.1]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.6.0...types-stellar/4.0.1
60
63
  [3.6.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.5.0...types-stellar/3.6.0
61
64
  [3.5.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.4.0...types-stellar/3.5.0
62
65
  [3.4.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.3.1...types-stellar/3.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-stellar",
3
- "version": "3.6.1-0",
3
+ "version": "4.0.2-0",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql-stellar",
6
6
  "repository": "github:subquery/subql-stellar",
@@ -20,5 +20,5 @@
20
20
  "@stellar/stellar-sdk": "^12.2.0",
21
21
  "@subql/types-core": "^2.0.0"
22
22
  },
23
- "stableVersion": "3.6.0"
23
+ "stableVersion": "4.0.1"
24
24
  }