Skip to content

Commit

Permalink
[release] 20220919 (#1302)
Browse files Browse the repository at this point in the history
* [release] 20220919

* Update packages/node/CHANGELOG.md

Co-authored-by: Marta Adamczyk <marta.kowalska.987@gmail.com>

Co-authored-by: Marta Adamczyk <marta.kowalska.987@gmail.com>
  • Loading branch information
jiqiang90 and deverka committed Sep 19, 2022
1 parent 6f61e11 commit 292d7ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Empty file removed .yarn/versions/5568afce.yml
Empty file.
Empty file removed .yarn/versions/b80282a7.yml
Empty file.
5 changes: 5 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.2] - 2022-09-19
### Changed
- In order to fix go-dictionary integration we changed dictionary query to use case-insensitive search for events/extrinsics name. (#1301)


## [1.9.1] - 2022-08-29
### Fixed
- Fixed `@subql/node-core` import path issues (#1272)
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.2-6",
"version": "1.9.2",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -68,6 +68,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "1.9.2-5"
]
}

0 comments on commit 292d7ca

Please sign in to comment.