Skip to content

Commit

Permalink
Merge pull request #103 from holochain/upgrade-holochain-client
Browse files Browse the repository at this point in the history
Upgrade to fixed Holochain client
  • Loading branch information
jost-s authored Jan 26, 2022
2 parents f91a014 + d61412e commit 33ded09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
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).


## [0.4.9]
### Fixed
- Upgrade Holochain JS client to version 0.3.2, which fixes ECMA Modules support
## [0.4.8]

### Changed
- Switch to renamed Holochain JS client
## [0.4.5]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@holochain/client": "^0.3.1",
"@holochain/client": "^0.3.2",
"@holochain/hachiko": "^0.5.2",
"@iarna/toml": "^2.2.5",
"@msgpack/msgpack": "^2.1.0",
Expand Down

0 comments on commit 33ded09

Please sign in to comment.