Skip to content

Commit cbee806

Browse files
authored
[release] @subql/node-core@19.3.0 (#3029)
1 parent 99a4de7 commit cbee806

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

packages/node-core/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [19.3.0] - 2026-03-27
10+
### Changed
11+
- Optionally disable multichain rewind lock (#3028)
12+
913
## [19.2.0] - 2026-03-05
1014
### Changed
1115
- Improve logging of `rewindHeight` when handling un-finalized blocks (#3018)
@@ -1070,7 +1074,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10701074
### Changed
10711075
- Move blockchain agnostic code from `node` to `node-core` package. (#1222)
10721076

1073-
[Unreleased]: https://github.com/subquery/subql/compare/node-core/19.2.0...HEAD
1077+
[Unreleased]: https://github.com/subquery/subql/compare/node-core/19.3.0...HEAD
1078+
[19.3.0]: https://github.com/subquery/subql/compare/node-core/19.2.0...node-core/19.3.0
10741079
[19.2.0]: https://github.com/subquery/subql/compare/node-core/19.1.0...node-core/19.2.0
10751080
[19.1.0]: https://github.com/subquery/subql/compare/node-core/19.0.0...node-core/19.1.0
10761081
[19.0.0]: https://github.com/subquery/subql/compare/node-core/18.5.3...node-core/19.0.0

packages/node-core/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-core",
3-
"version": "19.2.1-0",
3+
"version": "19.3.0",
44
"description": "Common node features that are agnostic to blockchains",
55
"homepage": "https://github.com/subquery/subql",
66
"repository": "github:subquery/subql",

0 commit comments

Comments
 (0)