Skip to content

Commit

Permalink
[release] node-core 20220826 (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Aug 26, 2022
1 parent d366fbd commit d2c303e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [0.1.1] - 2022-08-26
### Fixed
- Imports not being relative (#1268)

## [0.1.0] - 2022-08-26

- Move blockchain agnostic code from `node` to `node-core` package. (#1222)
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": "0.1.1-0",
"version": "0.1.1",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -30,6 +30,5 @@
"prom-client": "^14.0.1",
"sequelize": "6.19.0",
"yargs": "^16.2.0"
},
"stableVersion": "0.1.0"
}
}

0 comments on commit d2c303e

Please sign in to comment.