Skip to content

Commit

Permalink
chore(release): update changelog & bump to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Jul 8, 2022
1 parent 93eb44b commit 00b9e8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
### Removed
### Changed
- Use more specific type `DnaHash` in `CellId` [PR \#120](https://github.com/holochain/holochain-client-js/pull/120)
- Change argument `appInfoTransform` of `appInfo` to take an `AppWebsocket` [PR \#121](https://github.com/holochain/holochain-client-js/pull/121)

### Fixed
- fix(type): use entry type for record [PR \#119](https://github.com/holochain/holochain-client-js/pull/119)

## 2022-07-05: v0.5.0

### Added

- Type `Record` and `RecordEntry`
## 2022-07-08: v0.6.0

### Changed
- Use more specific type `DnaHash` in `CellId` [PR \#120](https://github.com/holochain/holochain-client-js/pull/120)
- Change argument `appInfoTransform` of `appInfo` to take an `AppWebsocket` [PR \#121](https://github.com/holochain/holochain-client-js/pull/121)

- Updates nomenclature in types from Header/Element to Action/Record as per changes from holochain 0.0.145 [PR \#117](https://github.com/holochain/holochain-client-js/pull/117)
- Update test fixture to holochain 0.0.147 [PR \#117](https://github.com/holochain/holochain-client-js/pull/117)
### Fixed
- fix(type): use entry type for record [PR \#119](https://github.com/holochain/holochain-client-js/pull/119)

## 2022-07-05: v0.5.0

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.5.0",
"version": "0.6.0",
"description": "A JavaScript client for the Holochain Conductor API",
"author": "Holochain Foundation <[email protected]> (http://holochain.org)",
"license": "CAL-1.0",
Expand Down

0 comments on commit 00b9e8f

Please sign in to comment.