Skip to content

Commit

Permalink
chore(release): v0.18.0-dev.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Aug 5, 2024
1 parent b46b530 commit aeaf0a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added
### Changed
- Revert addition of @hc-spartan/holo-hash. Hashes were used inconsistently and lead to wrong types for return values.
### Fixed
### Removed

## 2024-08-05: v0.18.0-dev.8
### Changed
- Revert addition of @hc-spartan/holo-hash. Hashes were used inconsistently and lead to wrong types for return values.

## 2024-07-23: v0.18.0-dev.7
### Changed
- **BREAKING**: Use package @spartan-hc/holo-hash for managing hashes, instead of custom functions. `AgentPubKey` is a new type now instead of a `Uint8Array`.
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.18.0-dev.9",
"version": "0.18.0-dev.8",
"description": "A JavaScript client for the Holochain Conductor API",
"author": "Holochain Foundation <[email protected]> (https://holochain.org)",
"license": "CAL-1.0",
Expand Down

0 comments on commit aeaf0a6

Please sign in to comment.