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