@subql/node-algorand 3.15.2-0 → 3.17.0

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
+ ## [3.17.0] - 2025-01-28
10
+ ### Changed
11
+ - Update `@subql/node-core` with minor bug fixes and improvements
12
+
13
+ ## [3.16.0] - 2024-12-17
8
14
  ### Changed
9
15
  - Update `@subql/node-core` and `@subql/common` dependencies
10
16
 
@@ -287,7 +293,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
287
293
  - Synced latest changes from main repo. (#10)
288
294
 
289
295
  ## [1.6.0] - 2022-08-04
290
- [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.1...HEAD
296
+ [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.17.0...HEAD
297
+ [3.17.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.16.0...node-algorand/3.17.0
298
+ [3.16.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.1...node-algorand/3.16.0
291
299
  [3.15.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.0...node-algorand/3.15.1
292
300
  [3.15.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.4...node-algorand/3.15.0
293
301
  [3.14.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.3...node-algorand/3.14.4