@subql/node-stellar 4.2.1-1 → 4.2.2

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 +3 -1
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [4.2.2] - 2025-01-15
9
10
  ### Fixed
10
11
  - Fix module `stellar-sdk` not found
11
12
 
@@ -178,7 +179,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
178
179
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
179
180
 
180
181
  ## [2.12.0] - 2023-09-12
181
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.0...HEAD
182
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.1...HEAD
183
+ [4.2.2]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.0...node-stellar/4.2.2
182
184
  [4.2.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.1...node-stellar/4.2.0
183
185
  [4.1.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.0...node-stellar/4.1.1
184
186
  [4.1.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.4...node-stellar/4.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-stellar",
3
- "version": "4.2.1-1",
3
+ "version": "4.2.2",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -57,6 +57,5 @@
57
57
  "files": [
58
58
  "/dist",
59
59
  "/bin"
60
- ],
61
- "stableVersion": "4.2.1-0"
60
+ ]
62
61
  }