@subql/node 6.3.6-0 → 6.4.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
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [6.4.0] - 2025-10-15
|
|
10
|
+
### Changed
|
|
11
|
+
- Minor improvements and fixes from upgrading to eslint 9 with stricter settings (#2929)
|
|
12
|
+
|
|
9
13
|
## [6.3.5] - 2025-09-16
|
|
10
14
|
### Changed
|
|
11
15
|
- Locked down graphql related dependencies (#2876)
|
|
@@ -1468,7 +1472,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1468
1472
|
### Changed
|
|
1469
1473
|
- bump @polkadot/api to 3.1.1
|
|
1470
1474
|
|
|
1471
|
-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.
|
|
1475
|
+
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.0...HEAD
|
|
1476
|
+
[6.4.0]: https://github.com/subquery/subql/compare/node/6.3.5...node/6.4.0
|
|
1472
1477
|
[6.3.5]: https://github.com/subquery/subql/compare/node/6.3.4...node/6.3.5
|
|
1473
1478
|
[6.3.4]: https://github.com/subquery/subql/compare/node/6.3.3...node/6.3.4
|
|
1474
1479
|
[6.3.3]: https://github.com/subquery/subql/compare/node/6.3.2...node/6.3.3
|