@subql/node-stellar 4.1.2-0 → 4.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 +3 -4
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.2.0] - 2024-12-17
8
10
  ### Changed
9
11
  - Update `@subql/node-core` and `@subql/common` dependencies
10
12
 
@@ -173,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
173
175
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
174
176
 
175
177
  ## [2.12.0] - 2023-09-12
176
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.1...HEAD
178
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.2.0...HEAD
179
+ [4.2.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.1...node-stellar/4.2.0
177
180
  [4.1.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.1.0...node-stellar/4.1.1
178
181
  [4.1.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.4...node-stellar/4.1.0
179
182
  [4.0.4]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.0.3...node-stellar/4.0.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-stellar",
3
- "version": "4.1.2-0",
3
+ "version": "4.2.0",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -26,7 +26,7 @@
26
26
  "@nestjs/schedule": "^3.0.1",
27
27
  "@stellar/stellar-sdk": "^12.2.0",
28
28
  "@subql/common": "^5.2.2",
29
- "@subql/common-stellar": "4.1.6-0",
29
+ "@subql/common-stellar": "4.2.0",
30
30
  "@subql/node-core": "^16.1.0",
31
31
  "@subql/testing": "^2.2.0",
32
32
  "@subql/types-stellar": "4.0.2",
@@ -57,6 +57,5 @@
57
57
  "files": [
58
58
  "/dist",
59
59
  "/bin"
60
- ],
61
- "stableVersion": "4.1.1"
60
+ ]
62
61
  }