diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9328f..4c709df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog + +## [7.9.0](https://github.com/storacha/w3cli/compare/v7.8.2...v7.9.0) (2024-11-15) + + +### Features + +* use worker thread for piece hashing ([#198](https://github.com/storacha/w3cli/issues/198)) ([dfafbd3](https://github.com/storacha/w3cli/commit/dfafbd3e65cb74b64a62b2f63129a927ddcd79f4)) + + +### Bug Fixes + +* bump files-from-path dependency ([b25861d](https://github.com/storacha/w3cli/commit/b25861d42b3530841a7e136fdd56d1b4ab2494b3)) + ## [7.8.2](https://github.com/storacha/w3cli/compare/v7.8.1...v7.8.2) (2024-07-02) diff --git a/package-lock.json b/package-lock.json index d428c17..34b5ac2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/w3cli", - "version": "7.8.2", + "version": "7.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@web3-storage/w3cli", - "version": "7.8.2", + "version": "7.9.0", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@inquirer/core": "^5.1.1", diff --git a/package.json b/package.json index c9fe39f..73ac837 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@web3-storage/w3cli", "type": "module", - "version": "7.8.2", + "version": "7.9.0", "license": "(Apache-2.0 AND MIT)", "description": "💾 w3 command line interface", "bin": {