Skip to content

Commit

Permalink
chore(release): v0.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Feb 2, 2024
1 parent de09a6c commit 2d3d979
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-02-02: v0.16.9
### Fixed
- Work around cell_id being a proxy object in Vue

## 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.
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.8",
"version": "0.16.9",
"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 2d3d979

Please sign in to comment.