From 8d672bbca0e5ead77e4b3631510dd2ef9d143588 Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Fri, 3 May 2024 13:32:25 +1200 Subject: [PATCH] [release] 20240503 (#2385) --- packages/query/CHANGELOG.md | 5 ++++- packages/query/package.json | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index aa4130c55e..bee37a4589 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -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) @@ -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 diff --git a/packages/query/package.json b/packages/query/package.json index fbf57e294e..cc24dde9a0 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@subql/query", - "version": "2.10.5-0", + "version": "2.10.5", "description": "", "bin": { "subql-query": "./bin/run" @@ -70,6 +70,5 @@ "@types/rimraf": "^3.0.2", "@types/yargs": "^16.0.4", "nodemon": "^2.0.15" - }, - "stableVersion": "2.10.4" + } }