@subql/node 6.3.5-1 → 6.3.6-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,8 @@ 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
|
+
## [6.3.5] - 2025-09-16
|
|
8
10
|
### Changed
|
|
9
11
|
- Locked down graphql related dependencies (#2876)
|
|
10
12
|
- Update polkadot dependenices (#2915)
|
|
@@ -1466,7 +1468,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1466
1468
|
### Changed
|
|
1467
1469
|
- bump @polkadot/api to 3.1.1
|
|
1468
1470
|
|
|
1469
|
-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.3.
|
|
1471
|
+
[Unreleased]: https://github.com/subquery/subql/compare/node/6.3.5...HEAD
|
|
1472
|
+
[6.3.5]: https://github.com/subquery/subql/compare/node/6.3.4...node/6.3.5
|
|
1470
1473
|
[6.3.4]: https://github.com/subquery/subql/compare/node/6.3.3...node/6.3.4
|
|
1471
1474
|
[6.3.3]: https://github.com/subquery/subql/compare/node/6.3.2...node/6.3.3
|
|
1472
1475
|
[6.3.2]: https://github.com/subquery/subql/compare/node/6.3.1...node/6.3.2
|