diff --git a/CHANGELOG.md b/CHANGELOG.md index cf153f8..2e72576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [7.0.0](https://github.com/web3-storage/w3cli/compare/v6.1.0...v7.0.0) (2023-11-29) + + +### ⚠ BREAKING CHANGES + +* upgrade `proof ls` ([#136](https://github.com/web3-storage/w3cli/issues/136)) + +### Features + +* upgrade `proof ls` ([#136](https://github.com/web3-storage/w3cli/issues/136)) ([d95d1a4](https://github.com/web3-storage/w3cli/commit/d95d1a4b98ec02e8b48496c8c370a455c82b9b1d)) + ## [6.1.0](https://github.com/web3-storage/w3cli/compare/v6.0.0...v6.1.0) (2023-11-22) diff --git a/package-lock.json b/package-lock.json index 3a6b935..20b10b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/w3cli", - "version": "6.1.0", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@web3-storage/w3cli", - "version": "6.1.0", + "version": "7.0.0", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@inquirer/core": "^5.1.1", diff --git a/package.json b/package.json index 122dd21..1e7e5af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@web3-storage/w3cli", "type": "module", - "version": "6.1.0", + "version": "7.0.0", "license": "(Apache-2.0 AND MIT)", "description": "💾 w3 command line interface", "bin": {