From b551a59c99881134d97a288c52c37e81b302b2b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:48:37 +0000 Subject: [PATCH] chore(main): release 6.0.0 (#129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [6.0.0](https://github.com/web3-storage/w3cli/compare/v5.2.0...v6.0.0) (2023-11-16) ### ⚠ BREAKING CHANGES * provision using a proof ([#123](https://github.com/web3-storage/w3cli/issues/123)) ### Features * provision using a proof ([#123](https://github.com/web3-storage/w3cli/issues/123)) ([d61bdf3](https://github.com/web3-storage/w3cli/commit/d61bdf324254f9f444b989f33fd5434054e9028d)) --- 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 | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6b1a2f..ac705f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.0.0](https://github.com/web3-storage/w3cli/compare/v5.2.0...v6.0.0) (2023-11-16) + + +### ⚠ BREAKING CHANGES + +* provision using a proof ([#123](https://github.com/web3-storage/w3cli/issues/123)) + +### Features + +* provision using a proof ([#123](https://github.com/web3-storage/w3cli/issues/123)) ([d61bdf3](https://github.com/web3-storage/w3cli/commit/d61bdf324254f9f444b989f33fd5434054e9028d)) + ## [5.2.0](https://github.com/web3-storage/w3cli/compare/v5.1.0...v5.2.0) (2023-11-15) diff --git a/package-lock.json b/package-lock.json index a3af989..2393076 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/w3cli", - "version": "5.2.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@web3-storage/w3cli", - "version": "5.2.0", + "version": "6.0.0", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@inquirer/core": "^5.1.1", diff --git a/package.json b/package.json index 1bcd8b6..498f967 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@web3-storage/w3cli", "type": "module", - "version": "5.2.0", + "version": "6.0.0", "license": "(Apache-2.0 AND MIT)", "description": "💾 w3 command line interface", "bin": {