Skip to content

Commit

Permalink
chore(release): v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Jan 15, 2023
1 parent 6cd0eb4 commit 3ec843e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## \[Unreleased\]

### Added
- AppAgentWebsocket to local conductor. Available under `conductor.appAgentWs()`.
### Removed
- Removed `type` and `data` from signals as per client update.
### Changed
### Fixed

## 2023-01-15 [0.10.2]
### Added
- AppAgentWebsocket to local conductor. Available under `conductor.appAgentWs()` after connecting with `conductor.connectAppAgentInterface(appId)` (default now for `Scenario.addPlayerWithApp()`).
### Removed
- Removed `type` and `data` from signals as per client update.

## 2022-12-23 [0.10.1]
### Added
- Support for wildcards in `GrantedFunctions`.
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.10.1",
"version": "0.10.2",
"author": "Holochain Foundation",
"keywords": [
"holochain",
Expand Down

0 comments on commit 3ec843e

Please sign in to comment.