@subql/types-stellar 3.3.1-0 → 3.3.1

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
@@ -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
+ ## [3.3.1] - 2024-04-11
10
+ ### Fixed
11
+ - Fixed failed previous release
12
+
9
13
  ## [3.3.0] - 2024-04-10
10
14
  ### Changed
11
15
  - Update `@subql/types-core`
@@ -34,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
38
  - Use @subql/types-core (#18)
35
39
 
36
40
  ## [2.3.0] - 2023-09-12
37
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.3.0...HEAD
41
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.3.1...HEAD
42
+ [3.3.1]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.3.0...types-stellar/3.3.1
38
43
  [3.3.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.2.1...types-stellar/3.3.0
39
44
  [3.2.1]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.2.0...types-stellar/3.2.1
40
45
  [3.2.0]: https://github.com/subquery/subql-stellar/compare/types-stellar/3.1.1...types-stellar/3.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-stellar",
3
- "version": "3.3.1-0",
3
+ "version": "3.3.1",
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
  "@subql/types-core": "^0.6.0",
21
21
  "stellar-sdk": "^11.2.2"
22
- },
23
- "stableVersion": "3.3.0"
22
+ }
24
23
  }