@subql/node-solana 6.0.5 → 6.0.6

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.6] - 2025-08-28
10
+ ### Fixed
11
+ - Unfinalized blocks not working (#16)
12
+
9
13
  ## [6.0.5] - 2025-07-24
10
14
  ### Changed
11
15
  - Update @subql dependencies (#14)
@@ -30,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
34
  ### Changed
31
35
  - Initial release
32
36
 
33
- [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.5...HEAD
37
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.6...HEAD
38
+ [6.0.6]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.5...node-solana/6.0.6
34
39
  [6.0.5]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.4...node-solana/6.0.5
35
40
  [6.0.4]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.3...node-solana/6.0.4
36
41
  [6.0.3]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.2...node-solana/6.0.3