Skip to content

Commit

Permalink
chore(release): v0.16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Jan 29, 2024
1 parent aa0a455 commit 49f554c
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 @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Removed

## 2024-01-29: v0.16.8
### Changed
- Decouple host zome call signer from environment. Now a zome call signer can be provided separatedly from the environment that the client is used in.

## 2023-11-29: v0.16.7
### Added
- Utility functions for slicing hashes into their components: `sliceHashType`, `sliceCore32`, `sliceDhtLocation`
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.16.7",
"version": "0.16.8",
"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 49f554c

Please sign in to comment.