Skip to content

Commit

Permalink
chore(release): 1.14.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.5](1.14.4...1.14.5) (2023-02-06)

### Bug Fixes

* make result optional for notifications ([e944b6c](e944b6c))
  • Loading branch information
openrpc-bastion authored and semantic-release-bot committed Feb 6, 2023
1 parent e299647 commit e6268df
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.14.5](https://github.com/open-rpc/meta-schema/compare/1.14.4...1.14.5) (2023-02-06)


### Bug Fixes

* make result optional for notifications ([e944b6c](https://github.com/open-rpc/meta-schema/commit/e944b6c732ed6c7960379eeb5b8b45240c7e35c4))

## [1.14.4](https://github.com/open-rpc/meta-schema/compare/1.14.3...1.14.4) (2023-02-01)


Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export interface ExamplePairingObject {
name: ExamplePairingObjectName;
description?: ExamplePairingObjectDescription;
params: ExamplePairingObjectParams;
result: ExamplePairingObjectResult;
result?: ExamplePairingObjectResult;
[k: string]: any;
}
export type ExamplePairingOrReference = ExamplePairingObject | ReferenceObject;
Expand Down
Loading

0 comments on commit e6268df

Please sign in to comment.