From 644d4189698f1309386e97ea9ecf8bc9de849f6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 23:08:25 +0700 Subject: [PATCH] chore(main): release 7.9.0 (#203) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a59856..4c524c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # 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-network/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 b6ffcca..9303900 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": {