Skip to content

Commit

Permalink
chore(release): merge branch 'develop' into 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Jun 28, 2022
2 parents a543cf4 + fb6d298 commit f2dbbd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
### Fixed

## 2022-06-07: v0.4.3

### Fixed

- Correct field name `hashed` in Header [\#113](https://github.com/holochain/holochain-client-js/pull/113)

## 2022-06-07: v0.4.1

### Changed
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.4.1",
"version": "0.4.3",
"description": "A JavaScript client for the Holochain Conductor API",
"author": "Holochain Foundation <[email protected]> (http://holochain.org)",
"license": "CAL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/hdk/header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
import { EntryType } from "./entry.js";

export interface SignedHeaderHashed<H extends Header = Header> {
header: HoloHashed<H>;
hashed: HoloHashed<H>;
signature: Signature;
}

Expand Down

0 comments on commit f2dbbd5

Please sign in to comment.