Skip to content

Commit d64cc4c

Browse files
committed
chore(release): v0.17.1
1 parent fefc73c commit d64cc4c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88
### Removed
99
### Changed
1010
### Fixed
11+
12+
## 2025-02-12: v0.17.1
13+
### Fixed
1114
- Local: Conductor startup string parsing. This lead to flaky tests because the client attempted to connect to Holochain before it was fully started up.
1215

1316
## 2024-12-18: v0.17.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@holochain/tryorama",
33
"description": "Toolset to manage Holochain conductors and facilitate running test scenarios",
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"author": "Holochain Foundation",
66
"license": "MIT",
77
"keywords": [

0 commit comments

Comments
 (0)