@subql/node-algorand 3.15.1-0 → 3.15.1

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 +3 -1
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.15.1] - 2024-12-06
9
10
  ### Fixed
10
11
  - Missing API dependency when using reindex
11
12
 
@@ -284,7 +285,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
284
285
  - Synced latest changes from main repo. (#10)
285
286
 
286
287
  ## [1.6.0] - 2022-08-04
287
- [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.0...HEAD
288
+ [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.1...HEAD
289
+ [3.15.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.0...node-algorand/3.15.1
288
290
  [3.15.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.4...node-algorand/3.15.0
289
291
  [3.14.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.3...node-algorand/3.14.4
290
292
  [3.14.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.1...node-algorand/3.14.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-algorand",
3
- "version": "3.15.1-0",
3
+ "version": "3.15.1",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -52,6 +52,5 @@
52
52
  "files": [
53
53
  "/dist",
54
54
  "/bin"
55
- ],
56
- "stableVersion": "3.15.0"
55
+ ]
57
56
  }