@subql/node-stellar 4.6.1-0 → 4.6.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 +4 -1
  2. package/package.json +2 -3
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.6.1] - 2025-04-24
8
10
  ### Fixed
9
11
  - Not associating effects to operations so they weren't being indexed (#115)
10
12
 
@@ -208,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
208
210
  - rename `soroban` to `sorobanEndpoint` in network config (#16)
209
211
 
210
212
  ## [2.12.0] - 2023-09-12
211
- [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.6.0...HEAD
213
+ [Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.6.1...HEAD
214
+ [4.6.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.6.0...node-stellar/4.6.1
212
215
  [4.6.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.5.0...node-stellar/4.6.0
213
216
  [4.5.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.4.0...node-stellar/4.5.0
214
217
  [4.4.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/4.3.0...node-stellar/4.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-stellar",
3
- "version": "4.6.1-0",
3
+ "version": "4.6.1",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -54,6 +54,5 @@
54
54
  "files": [
55
55
  "/dist",
56
56
  "/bin"
57
- ],
58
- "stableVersion": "4.6.0"
57
+ ]
59
58
  }