@subql/node 6.4.3 → 6.4.4

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
@@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
  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
8
  ## [Unreleased]
8
9
 
10
+ ## [6.4.4] - 2025-11-20
11
+ ### Fixed
12
+ - POI issues with array fields (#2972)
13
+
9
14
  ## [6.4.3] - 2025-11-05
10
15
  ### Fixed
11
16
  - Lock down VM2 version to avoid a breaking change (#2959)
@@ -1480,7 +1485,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1480
1485
  ### Changed
1481
1486
  - bump @polkadot/api to 3.1.1
1482
1487
 
1483
- [Unreleased]: https://github.com/subquery/subql/compare/node/6.4.3...HEAD
1488
+ [Unreleased]: https://github.com/subquery/subql/compare/node/6.4.4...HEAD
1489
+ [6.4.4]: https://github.com/subquery/subql/compare/node/6.4.3...node/6.4.4
1484
1490
  [6.4.3]: https://github.com/subquery/subql/compare/node/6.4.2...node/6.4.3
1485
1491
  [6.4.2]: https://github.com/subquery/subql/compare/node/6.4.0...node/6.4.2
1486
1492
  [6.4.0]: https://github.com/subquery/subql/compare/node/6.3.5...node/6.4.0