Skip to content

Commit

Permalink
[release] 20241128 (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Nov 28, 2024
1 parent 2277022 commit ba33f6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/792d5a54.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/node-core"
5 changes: 4 additions & 1 deletion packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.17.1] - 2024-11-28
### Fixed
- Crash with query service subscriptions on multichain projects (#2609)

Expand Down Expand Up @@ -378,7 +380,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- overwrite plugin to fix one to one unique key check
- update query publish and docker build process

[Unreleased]: https://github.com/subquery/subql/compare/query/2.17.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/2.17.1...HEAD
[2.17.1]: https://github.com/subquery/subql/compare/query/2.17.0...query/2.17.1
[2.17.0]: https://github.com/subquery/subql/compare/query/2.16.0...query/2.17.0
[2.16.0]: https://github.com/subquery/subql/compare/query/2.15.2...query/2.16.0
[2.15.2]: https://github.com/subquery/subql/compare/query/2.15.1...query/2.15.2
Expand Down
5 changes: 2 additions & 3 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/query",
"version": "2.17.1-0",
"version": "2.17.1",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -69,6 +69,5 @@
"@types/ws": "^8",
"@types/yargs": "^16.0.9",
"nodemon": "^3.1.4"
},
"stableVersion": "2.17.0"
}
}

0 comments on commit ba33f6b

Please sign in to comment.