Skip to content

Commit

Permalink
chore: release v0.18.0-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Jun 13, 2024
1 parent 49e6204 commit 68e0378
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
### Changed
### Fixed
- `DhtOp` was split into `ChainOp` and `WarrantOp` in Holochain.
### Removed

## 2024-06-13: v0.18.0-dev.3
### Changed
- `DhtOp` was split into `ChainOp` and `WarrantOp` in Holochain.

## 2024-06-11: v0.18.0-dev.2
### Added
- New call `AppRequest::ProvideMemproofs`. An app can be installed with deferred membrane proofs, which can later be provided through this call.
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,6 +1,6 @@
{
"name": "@holochain/client",
"version": "0.18.0-dev.2",
"version": "0.18.0-dev.3",
"description": "A JavaScript client for the Holochain Conductor API",
"author": "Holochain Foundation <[email protected]> (https://holochain.org)",
"license": "CAL-1.0",
Expand Down

0 comments on commit 68e0378

Please sign in to comment.