Skip to content

Commit

Permalink
chore(release): bump version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Aug 1, 2022
1 parent 3d551a8 commit 2be8914
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## \[Unreleased\]
### Added
### Removed
### Changed
### Fixed

## 2022-08-01: v0.7.0

### Added
- Main entry points in `package.json` for CommonJS and ECMA modules.

### Removed
- BREAKING: `bundle.ts` module, which was Nodejs-specific and not compatible with browser-based clients.

### Changed
### Fixed
- Update link to launcher in comment (#123).
- Cater for some edge cases for function `getDhtOpAction` (#122).
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.6.0",
"version": "0.7.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 2be8914

Please sign in to comment.