Skip to content

Commit

Permalink
chore(release): 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed Sep 19, 2023
1 parent 8517f2f commit 9cbbb25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.3.11](https://github.com/gmaclennan/rpc-reflector/compare/v1.3.10...v1.3.11) (2023-09-19)

### Bug Fixes

- always return same object from client prop ([#18](https://github.com/gmaclennan/rpc-reflector/issues/18)) ([8517f2f](https://github.com/gmaclennan/rpc-reflector/commit/8517f2f44d34a0fe96ebc12ee4525f799a636626))
- Can await returned client ([#17](https://github.com/gmaclennan/rpc-reflector/issues/17)) ([7451dc3](https://github.com/gmaclennan/rpc-reflector/commit/7451dc3e253d50d21f99b7e2c3de12fd22afd125))

### [1.3.10](https://github.com/gmaclennan/rpc-reflector/compare/v1.3.9...v1.3.10) (2023-07-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rpc-reflector",
"version": "1.3.10",
"version": "1.3.11",
"description": "Call methods on an object over RPC",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 9cbbb25

Please sign in to comment.