From 970782452b0ace91c8e83fe0cdfbfd2ee7cc453f Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 17 Dec 2024 16:12:46 +0100 Subject: [PATCH] chore(release): v0.18.0-rc.2 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1916c89a..21820bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 4ae2d707..b8667c6b 100644 --- a/package.json +++ b/package.json @@ -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 (https://holochain.org)", "license": "CAL-1.0",