@subql/types-stellar 3.5.1-0 → 3.6.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 -3
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.6.0] - 2024-08-27
9
10
  ### Added
10
- - Suport for network endpoint config (#82)
11
- ### Changed
11
+ - Support for network endpoint config (#82)
12
+
13
+ ### Changed
12
14
  - Enable ts strict (#82)
13
15
  - Bump `stellar-sdk` version (#82)
14
16
 
@@ -52,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
54
  - Use @subql/types-core (#18)
53
55
 
54
56
  ## [2.3.0] - 2023-09-12
55
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.5.0...HEAD
57
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.6.0...HEAD
58
+ [3.6.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.5.0...types-stellar/3.6.0
56
59
  [3.5.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.4.0...types-stellar/3.5.0
57
60
  [3.4.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.3.1...types-stellar/3.4.0
58
61
  [3.3.1]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.3.0...types-stellar/3.3.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-stellar",
3
- "version": "3.5.1-0",
3
+ "version": "3.6.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": "^12.2.0",
21
21
  "@subql/types-core": "^1.1.1"
22
- },
23
- "stableVersion": "3.5.0"
22
+ }
24
23
  }