Skip to content

Commit 822f893

Browse files
authoredFeb 20, 2025··
chore(release): v0.19.0-dev.7
1 parent cfcc114 commit 822f893

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
 

‎CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55
## \[Unreleased\]
66

77
### Added
8+
### Fixed
9+
### Changed
10+
### Removed
11+
12+
## 2025-02-20: v0.19.0-dev.7
13+
814
### Fixed
915
- Fix DhtOps helper functions `getChainOpType`, `getChainOpAction`, `getChainOpEntry` and `getChainOpSignature` to adhere to the new types
1016
### Changed
@@ -65,8 +71,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6571
}
6672
```
6773

68-
### Removed
69-
7074
## 2024-11-28: v0.19.0-dev.6
7175
### Added
7276
### Fixed

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@holochain/client",
3-
"version": "0.19.0-dev.6",
3+
"version": "0.19.0-dev.7",
44
"description": "A JavaScript client for the Holochain Conductor API",
55
"author": "Holochain Foundation <info@holochain.org> (https://holochain.org)",
66
"license": "CAL-1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.