Skip to content

Commit

Permalink
chore(release): v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Jan 16, 2023
1 parent 3ec843e commit cad893c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 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

## 2023-01-15 [0.10.3]
### Changed
- Update to JS client v0.11.12 that removes a node scheme import.

## 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()`).
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.2",
"version": "0.10.3",
"author": "Holochain Foundation",
"keywords": [
"holochain",
Expand Down Expand Up @@ -45,7 +45,7 @@
"test:trycp:scenario": "node --loader ts-node/esm ts/test/trycp/scenario.ts"
},
"dependencies": {
"@holochain/client": "^0.11.11",
"@holochain/client": "^0.11.12",
"get-port": "^6.1.2",
"lodash": "^4.17.21",
"uuid": "^8.3.2",
Expand Down

0 comments on commit cad893c

Please sign in to comment.