Skip to content

Commit

Permalink
chore(release): v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Apr 15, 2023
1 parent ff5e350 commit 3df2a3d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## \[Unreleased\]

### Added
- New Admin API endpoint `storageInfo`.
- New Admin API endpoint `dumpNetworkStats`.
- New Admin API endpoint `updateCoordinators` to update coordinator zomes in an already installed hApp.
### Changed
- Updated response type `NetworkInfo`.
### Fixed
### Removed

## 2023-04-15: v0.13.0
### Added
- Add new Admin API endpoint `storageInfo`.
- Add new Admin API endpoint `dumpNetworkStats`.
- Add new Admin API endpoint `updateCoordinators` to update coordinator zomes in an already installed hApp.
### Changed
- Update response type `NetworkInfo`.

## 2023-03-01: v0.12.5
### Fixed
- Replace event listener method `.on("close")` by `.onclose`. `.on` is not compatible with Web API's WebSocket.
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.5",
"version": "0.13.0",
"description": "A JavaScript client for the Holochain Conductor API",
"author": "Holochain Foundation <info@holochain.org> (http://holochain.org)",
"license": "CAL-1.0",
Expand Down

0 comments on commit 3df2a3d

Please sign in to comment.