@subql/node-solana 6.0.3 → 6.0.4

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.
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
+ ## [6.0.4] - 2025-07-01
10
+ ### Changed
11
+ - Update `@subql/common` and `@subql/node-core` (#12)
12
+
9
13
  ## [6.0.3] - 2025-05-29
10
14
  ### Fixed
11
15
  - Decoding instruction and log data when not needed, leading to warning logs (#10)
@@ -22,7 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
26
  ### Changed
23
27
  - Initial release
24
28
 
25
- [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.3...HEAD
29
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.4...HEAD
30
+ [6.0.4]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.3...node-solana/6.0.4
26
31
  [6.0.3]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.2...node-solana/6.0.3
27
32
  [6.0.2]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.1...node-solana/6.0.2
28
33
  [6.0.1]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.0...node-solana/6.0.1