Skip to content

Commit

Permalink
chore(release): v0.19.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Oct 10, 2024
1 parent 7cd8142 commit 1ebb4ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## \[Unreleased\]

### Added
### Changed
- Update to Holochain 0.5.0-dev.0
### Fixed
### Changed
### Removed

## 2024-10-09: v0.19.0-dev.0
### Changed
- Update to Holochain 0.5.0-dev.0

## 2024-09-30: v0.18.0-dev.12
### Fixed
- Type `RevokeAgentKeyResponse`, which returns an array of tuples with cell id and error message for all cells that key revocation failed for.
Expand Down
2 changes: 1 addition & 1 deletion docs/client.revokeagentkeyresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If the key could not be deleted from all cells, the call [RevokeAgentKeyRequest]
**Signature:**

```typescript
export type RevokeAgentKeyResponse = Array<[CellId, string]>;
export type RevokeAgentKeyResponse = [CellId, string][];
```
**References:** [CellId](./client.cellid.md)

0 comments on commit 1ebb4ae

Please sign in to comment.