@subql/node-solana 6.0.6 → 6.0.7

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.7] - 2025-08-28
10
+ ### Fixed
11
+ - Missing internal dependency from test subcommand
12
+
9
13
  ## [6.0.6] - 2025-08-28
10
14
  ### Fixed
11
15
  - Unfinalized blocks not working (#16)
@@ -34,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
38
  ### Changed
35
39
  - Initial release
36
40
 
37
- [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.6...HEAD
41
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.7...HEAD
42
+ [6.0.7]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.6...node-solana/6.0.7
38
43
  [6.0.6]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.5...node-solana/6.0.6
39
44
  [6.0.5]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.4...node-solana/6.0.5
40
45
  [6.0.4]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.3...node-solana/6.0.4