Skip to content

Commit

Permalink
[release] 20240606 (#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jun 6, 2024
1 parent 78581fc commit 1067057
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Empty file added .yarn/versions/cd1b2f42.yml
Empty file.
4 changes: 3 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.6.2] - 2024-06-06
### Fixed
- Fix import monitor service from node-core

Expand Down Expand Up @@ -1215,7 +1216,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/4.6.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/4.6.2...HEAD
[4.6.2]: https://github.com/subquery/subql/compare/node/4.6.1...node/4.6.2
[4.6.1]: https://github.com/subquery/subql/compare/node/4.6.0...node/4.6.1
[4.6.0]: https://github.com/subquery/subql/compare/node/4.5.1...node/4.6.0
[4.5.1]: https://github.com/subquery/subql/compare/node/4.5.0...node/4.5.1
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "4.6.2-0",
"version": "4.6.2",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -54,6 +54,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.6.1"
]
}

0 comments on commit 1067057

Please sign in to comment.