Skip to content

Commit

Permalink
chore(release): v0.18.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Dec 17, 2024
1 parent 06e32c9 commit 9707824
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added
### Fixed
- Fix DhtOps helper functions `getChainOpType`, `getChainOpAction`, `getChainOpEntry` and `getChainOpSignature` to adhere to the new types
### Changed
### Removed

## 2024-12-17: v0.18.0-rc.2
### Fixed
- Fix DhtOps helper functions `getChainOpType`, `getChainOpAction`, `getChainOpEntry` and `getChainOpSignature` to adhere to the new types

## 2024-12-01: v0.18.0-rc.1
### Changed
- Change `InstallAppRequest` type to adhere to the new format that includes the `roles_settings` field and removes
Expand Down
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-rc.1",
"version": "0.18.0-rc.2",
"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 9707824

Please sign in to comment.