Skip to content

Commit acc14d4

Browse files
authored
[release] 20251022 (#2944)
1 parent c6ae5c7 commit acc14d4

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

packages/common-substrate/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.5.3] - 2025-10-22
910
### Changed
1011
- Update `@subql/common`
1112

@@ -232,7 +233,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
232233
### Added
233234
- init commit
234235

235-
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.5.2...HEAD
236+
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.5.3...HEAD
237+
[4.5.3]: https://github.com/subquery/subql/compare/common-substrate/4.5.2...common-substrate/4.5.3
236238
[4.5.2]: https://github.com/subquery/subql/compare/common-substrate/4.5.1...common-substrate/4.5.2
237239
[4.5.1]: https://github.com/subquery/subql/compare/common-substrate/4.5.0...common-substrate/4.5.1
238240
[4.5.0]: https://github.com/subquery/subql/compare/common-substrate/4.4.0...common-substrate/4.5.0

packages/common-substrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/common-substrate",
3-
"version": "4.5.4-0",
3+
"version": "4.5.4",
44
"description": "",
55
"scripts": {
66
"build": "rm -rf dist && tsc -b",

packages/node/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [6.4.2] - 2025-10-22
810
### Changed
911
- Update `@subql/common-substrate`
1012

@@ -1474,7 +1476,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14741476
### Changed
14751477
- bump @polkadot/api to 3.1.1
14761478

1477-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.0...HEAD
1479+
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.2...HEAD
1480+
[6.4.2]: https://github.com/subquery/subql/compare/node/6.4.0...node/6.4.2
14781481
[6.4.0]: https://github.com/subquery/subql/compare/node/6.3.5...node/6.4.0
14791482
[6.3.5]: https://github.com/subquery/subql/compare/node/6.3.4...node/6.3.5
14801483
[6.3.4]: https://github.com/subquery/subql/compare/node/6.3.3...node/6.3.4

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/node",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "",
55
"author": "Ian He",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)