@subql/node-algorand 4.0.6-0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -1
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,8 @@ 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
+ ## [4.0.6] - 2025-11-12
8
10
  ### Fixed
9
11
  - Cache mutation potentially causing blocks to be skipped (#165)
10
12
 
@@ -322,7 +324,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
322
324
  - Synced latest changes from main repo. (#10)
323
325
 
324
326
  ## [1.6.0] - 2022-08-04
325
- [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
326
329
  [4.0.5]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.4...node-algorand/4.0.5
327
330
  [4.0.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.3...node-algorand/4.0.4
328
331
  [4.0.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.2...node-algorand/4.0.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-algorand",
3
- "version": "4.0.6-0",
3
+ "version": "4.0.6",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -62,6 +62,5 @@
62
62
  "README.md",
63
63
  "CHANGELOG.md",
64
64
  "LICENSE"
65
- ],
66
- "stableVersion": "4.0.5"
65
+ ]
67
66
  }