Skip to content

Commit 5753fd1

Browse files
committed
chore: release v0.19.0-dev.1
1 parent 5cbfaf9 commit 5753fd1

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88
### Removed
99
### Changed
1010
### Fixed
11-
- Fixed the logic in `dhtSync` to determine whether conductors are in sync ([#287](https://github.com/holochain/tryorama/pull/287))
11+
12+
## 2025-09-09: v0.19.0-dev.1
13+
14+
### Fixed
1215
- Upgrade all dependencies to Holochain v0.6.
1316

17+
## 2025-09-03: v0.19.0-dev.0
18+
19+
### Fixed
20+
- Fixed the logic in `dhtSync` to determine whether conductors are in sync ([#287](https://github.com/holochain/tryorama/pull/287))
21+
1422
## 2025-05-23: v0.18.2
1523

1624
### Added

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.19.0-dev.0",
4+
"version": "0.19.0-dev.1",
55
"author": "Holochain Foundation",
66
"license": "MIT",
77
"keywords": [

0 commit comments

Comments
 (0)