@subql/node-algorand 3.12.1-0 → 3.14.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.
package/CHANGELOG.md CHANGED
@@ -5,12 +5,21 @@ 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.14.1] - 2024-09-10
10
+ ### Changed
11
+ - Bump version with `node-core` and `@subql/common`
12
+
13
+ ## [3.13.0] - 2024-08-07
8
14
  ### Changed
9
15
  - Update dependencies and apply dependent changes (#130)
10
16
 
11
17
  ### Added
12
18
  - Support for specifying headers for network endpoints (#130)
13
19
 
20
+ ### Fixed
21
+ - Transaction filters not working correctly (#130)
22
+
14
23
  ## [3.12.0] - 2024-07-03
15
24
  ### Changed
16
25
  - Bump version with `@subql/common-algorand`, sync with `@subql/node-core`, add admin module
@@ -256,7 +265,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
256
265
  - Synced latest changes from main repo. (#10)
257
266
 
258
267
  ## [1.6.0] - 2022-08-04
259
- [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.12.0...HEAD
268
+ [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.1...HEAD
269
+ [3.14.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.13.0...node-algorand/3.14.1
270
+ [3.13.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.12.0...node-algorand/3.13.0
260
271
  [3.12.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.3...node-algorand/3.12.0
261
272
  [3.11.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.2...node-algorand/3.11.3
262
273
  [3.11.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.0...node-algorand/3.11.2