Skip to content

Commit

Permalink
chore(release): v0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Mar 1, 2023
1 parent 116cae8 commit a435f9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Removed

## 2023-03-01: v0.12.5
### Fixed
- Replace event listener method `.on("close")` by `.onclose`. `.on` is not compatible with Web API's WebSocket.

## 2023-03-01: v0.12.4
### Fixed
- When app websocket closes, reject pending requests.
Expand Down
4 changes: 2 additions & 2 deletions 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": "@holochain/client",
"version": "0.12.4",
"version": "0.12.5",
"description": "A JavaScript client for the Holochain Conductor API",
"author": "Holochain Foundation <[email protected]> (http://holochain.org)",
"license": "CAL-1.0",
Expand Down

0 comments on commit a435f9e

Please sign in to comment.