Skip to content

Commit

Permalink
[release] 20240503 (#2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored May 3, 2024
1 parent 3ba0def commit 8d672bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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.10.5] - 2024-05-03
### Fixed
- Block height missing from certain historical queries (#2384)

Expand Down Expand Up @@ -301,7 +303,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.10.4...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/query/2.10.5...HEAD
[2.10.5]: https://github.com/subquery/subql/compare/query/2.10.4...query/2.10.5
[2.10.4]: https://github.com/subquery/subql/compare/query/2.10.3...query/2.10.4
[2.10.3]: https://github.com/subquery/subql/compare/query/2.10.1...query/2.10.3
[2.10.1]: https://github.com/subquery/subql/compare/query/2.10.0...query/2.10.1
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.10.5-0",
"version": "2.10.5",
"description": "",
"bin": {
"subql-query": "./bin/run"
Expand Down Expand Up @@ -70,6 +70,5 @@
"@types/rimraf": "^3.0.2",
"@types/yargs": "^16.0.4",
"nodemon": "^2.0.15"
},
"stableVersion": "2.10.4"
}
}

0 comments on commit 8d672bb

Please sign in to comment.