@subql/node-algorand 4.0.5 → 4.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
+ ## [4.0.6] - 2025-11-12
10
+ ### Fixed
11
+ - Cache mutation potentially causing blocks to be skipped (#165)
12
+
9
13
  ## [4.0.5] - 2025-11-05
10
14
  ### Changed
11
15
  - Update `@subql/common`, `@subql/node-core`
@@ -320,7 +324,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
320
324
  - Synced latest changes from main repo. (#10)
321
325
 
322
326
  ## [1.6.0] - 2022-08-04
323
- [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.5...HEAD
327
+ [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.6...HEAD
328
+ [4.0.6]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.5...node-algorand/4.0.6
324
329
  [4.0.5]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.4...node-algorand/4.0.5
325
330
  [4.0.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.3...node-algorand/4.0.4
326
331
  [4.0.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.2...node-algorand/4.0.3