Skip to content

Commit 51e2a2c

Browse files
authored
[release] @subql/node-core@19.3.1 (#3035)
1 parent 55e8754 commit 51e2a2c

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.1] - 2026-04-01
10+
### Fixed
11+
- SQL injection in dynamic datasource appending via unescaped json serialization (#3031)
12+
913
## [19.3.0] - 2026-03-27
1014
### Changed
1115
- Optionally disable multichain rewind lock (#3028)
@@ -1074,7 +1078,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10741078
### Changed
10751079
- Move blockchain agnostic code from `node` to `node-core` package. (#1222)
10761080

1077-
[Unreleased]: https://github.com/subquery/subql/compare/node-core/19.3.0...HEAD
1081+
[Unreleased]: https://github.com/subquery/subql/compare/node-core/19.3.1...HEAD
1082+
[19.3.1]: https://github.com/subquery/subql/compare/node-core/19.3.0...node-core/19.3.1
10781083
[19.3.0]: https://github.com/subquery/subql/compare/node-core/19.2.0...node-core/19.3.0
10791084
[19.2.0]: https://github.com/subquery/subql/compare/node-core/19.1.0...node-core/19.2.0
10801085
[19.1.0]: https://github.com/subquery/subql/compare/node-core/19.0.0...node-core/19.1.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.3.1-0",
3+
"version": "19.3.1",
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)