Skip to content

Commit

Permalink
[release] 20240830 (subquery#2550)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Aug 30, 2024
1 parent 19287fc commit b3dbaf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Empty file added .yarn/versions/e5f68ec8.yml
Empty file.
4 changes: 3 additions & 1 deletion packages/node-core/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]

## [14.1.3] - 2024-08-30
### Fixed
- Fixed Corn filter (#2547)

Expand Down Expand Up @@ -814,7 +815,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/14.1.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/14.1.3...HEAD
[14.1.3]: https://github.com/subquery/subql/compare/node-core/14.1.2...node-core/14.1.3
[14.1.2]: https://github.com/subquery/subql/compare/node-core/14.1.1...node-core/14.1.2
[14.1.1]: https://github.com/subquery/subql/compare/node-core/14.1.0...node-core/14.1.1
[14.1.0]: https://github.com/subquery/subql/compare/node-core/14.0.0...node-core/14.1.0
Expand Down
5 changes: 2 additions & 3 deletions packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "14.1.3-0",
"version": "14.1.3",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -47,6 +47,5 @@
},
"devDependencies": {
"@types/yargs": "^16.0.9"
},
"stableVersion": "14.1.2"
}
}

0 comments on commit b3dbaf9

Please sign in to comment.