Skip to content

Commit

Permalink
[release] 20220915 cosmos (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Sep 14, 2022
1 parent cb76618 commit d946a3e
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/125a02ee.yml

This file was deleted.

Empty file removed .yarn/versions/3270a3d3.yml
Empty file.
Empty file removed .yarn/versions/6b787c84.yml
Empty file.
3 changes: 0 additions & 3 deletions .yarn/versions/a3c6d3a2.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/b065613b.yml

This file was deleted.

Empty file removed .yarn/versions/db743967.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 @@ -8,6 +8,11 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

## [1.9.1] - 2022-09-15

### Fixed
- OnFinality endpoints with api key in query params working. (#54)

### Added
- Filter for `includeFailedTx` on Transaction and Message handlers. This will now exclude failed transactions by default. (#53)

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-cosmos",
"version": "1.9.1-2",
"version": "1.9.1",
"description": "",
"author": "Naveen Veluswamy",
"license": "Apache-2.0",
Expand Down Expand Up @@ -73,6 +73,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "1.9.1-1"
]
}

0 comments on commit d946a3e

Please sign in to comment.