From 5f4f51407703c7755164734b3a08ad4e40d2e59e Mon Sep 17 00:00:00 2001 From: Jay Ji Date: Mon, 25 Dec 2023 16:17:44 +1300 Subject: [PATCH] [release] 20231225 node-core (#2207) * [release] 20231225 node-core * pr number --- packages/node-core/CHANGELOG.md | 8 ++++---- packages/node-core/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index 1c8b724e16..c5329f645b 100644 --- a/packages/node-core/CHANGELOG.md +++ b/packages/node-core/CHANGELOG.md @@ -6,15 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - +## [7.0.6] - 2023-12-25 ### Fixed -- Fix bypassBlock method `cleanedBatchBlocks` could throw Maximum call stack size exceeded error from lodash +- Fix bypassBlock method `cleanedBatchBlocks` could throw Maximum call stack size exceeded error from lodash (#2206) ## [7.0.5] - 2023-12-20 ### Fixed - Fix issue with metadata cache setting lastProcessedHeight to undefined (#2200) - ## [7.0.4] - 2023-12-14 ### Changed - Update @subql/common @@ -531,7 +530,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Move blockchain agnostic code from `node` to `node-core` package. (#1222) -[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.0.5...HEAD +[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.0.6...HEAD +[7.0.6]: https://github.com/subquery/subql/compare/node-core/7.0.5...node-core/7.0.6 [7.0.5]: https://github.com/subquery/subql/compare/node-core/7.0.4...node-core/7.0.5 [7.0.4]: https://github.com/subquery/subql/compare/node-core/7.0.3...node-core/7.0.4 [7.0.3]: https://github.com/subquery/subql/compare/node-core/7.0.2...node-core/7.0.3 diff --git a/packages/node-core/package.json b/packages/node-core/package.json index c20618909b..e1089827e5 100644 --- a/packages/node-core/package.json +++ b/packages/node-core/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-core", - "version": "7.0.6-1", + "version": "7.0.6", "description": "Common node features that are agnostic to blockchains", "homepage": "https://github.com/subquery/subql", "repository": "github:subquery/subql",