@subql/node-solana 6.0.3-0 → 6.0.3

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
+ ## [6.0.3] - 2025-05-29
8
10
  ### Fixed
9
11
  - Decoding instruction and log data when not needed, leading to warning logs (#10)
10
12
 
@@ -20,7 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
22
  ### Changed
21
23
  - Initial release
22
24
 
23
- [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.2...HEAD
25
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.3...HEAD
26
+ [6.0.3]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.2...node-solana/6.0.3
24
27
  [6.0.2]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.1...node-solana/6.0.2
25
28
  [6.0.1]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.0...node-solana/6.0.1
26
29
  [6.0.0]: https://github.com/subquery/subql-solana/releases/tag/node-solana/6.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-solana",
3
- "version": "6.0.3-0",
3
+ "version": "6.0.3",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -64,6 +64,5 @@
64
64
  "files": [
65
65
  "/dist",
66
66
  "/bin"
67
- ],
68
- "stableVersion": "6.0.2"
67
+ ]
69
68
  }