Skip to content

Commit

Permalink
Prepare change to be released
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Apr 29, 2024
1 parent ef15f4a commit 4f855e4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Changed
### Fixed

## 2024-04-29: v0.16.0-dev.6
### Fixed
- Restored the ability to make a zome call on the app websocket using a role name instead of a cell id.

## 2024-04-27: v0.16.0-dev.5
### Changed
- Update the version of the JS client to v0.17.0-dev.12.
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,7 +1,7 @@
{
"name": "@holochain/tryorama",
"description": "Toolset to manage Holochain conductors and facilitate running test scenarios",
"version": "0.16.0-dev.5",
"version": "0.16.0-dev.6",
"author": "Holochain Foundation",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 0 additions & 2 deletions ts/src/local/conductor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import {
AppBundleSource,
AppWebsocket,
AttachAppInterfaceRequest,
CallZomeRequest,
CallZomeRequestSigned,
encodeHashToBase64,
getSigningCredentials,
InstallAppRequest,
Expand Down

0 comments on commit 4f855e4

Please sign in to comment.