Skip to content

Commit

Permalink
[release] 20220829 (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Aug 29, 2022
1 parent 01b79ec commit 97a897a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
Empty file removed .yarn/versions/65400485.yml
Empty file.
Empty file removed .yarn/versions/6976eaa7.yml
Empty file.
Empty file removed .yarn/versions/7b84a04d.yml
Empty file.
Empty file removed .yarn/versions/aa86f73c.yml
Empty file.
4 changes: 2 additions & 2 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.1] - 2022-08-29
### Fixed
- Fixed `@subql/node-core` and manual prerelease
- Fixed `@subql/node-core` import path issues (#1272)

## [1.9.0] - 2022-08-26
### Changed
- Use `@subql/node-core` package. (#1222)
- Updated store.getByField to have limit and offset options. `getByField(entity: string, field: string, value: any, options?: {offset?: number; limit?: number}): Promise<Entity[]>;`. (#1259)

### Fixed
- Indexing stop processing blocks. (#1261)

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": "1.9.1-1",
"version": "1.9.1",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -68,6 +68,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "1.9.1-0"
]
}

0 comments on commit 97a897a

Please sign in to comment.