Skip to content

Commit

Permalink
[release] 20231113 (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Nov 13, 2023
1 parent 9846ee6 commit 4bf60f4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 5 additions & 2 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ 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]

## [6.4.1] - 2023-11-13
### Fixed
- Store not having access to blockheight and causing workers to fail on startup (#2161)
- Store not having access to blockHeight and causing workers to fail on startup (#2161)

## [6.4.0] - 2023-11-10
### Added
Expand Down Expand Up @@ -487,7 +489,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/6.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/6.4.1...HEAD
[6.4.1]: https://github.com/subquery/subql/compare/node-core/6.4.0...node-core/6.4.1
[6.4.0]: https://github.com/subquery/subql/compare/node-core/6.3.0...node-core/6.4.0
[6.3.0]: https://github.com/subquery/subql/compare/node-core/6.2.0...node-core/6.3.0
[6.2.0]: https://github.com/subquery/subql/compare/node-core/6.1.1...node-core/6.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "6.4.0",
"version": "6.4.1",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down
6 changes: 5 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.4.1] - 2023-11-13
### Fixed
- Sync with node-core 6.4.1, store not having access to blockHeight and causing workers to fail on startup

## [3.4.0] - 2023-11-10
### Changed
Expand Down Expand Up @@ -1051,7 +1054,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- bump @polkadot/api to 3.1.1

[Unreleased]: https://github.com/subquery/subql/compare/node/3.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/3.4.1...HEAD
[3.4.1]: https://github.com/subquery/subql/compare/node/3.4.0...node/3.4.1
[3.4.0]: https://github.com/subquery/subql/compare/node/3.3.0...node/3.4.0
[3.3.0]: https://github.com/subquery/subql/compare/node/3.2.0...node/3.3.0
[3.2.0]: https://github.com/subquery/subql/compare/node/3.1.1...node/3.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "3.4.0",
"version": "3.4.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down

0 comments on commit 4bf60f4

Please sign in to comment.