diff --git a/CHANGELOG.md b/CHANGELOG.md index 9897fec..690fa8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/web3-storage/w3cli/compare/v1.1.1...v1.2.0) (2023-01-27) + + +### Features + +* `proof add --dry-run --json` to view a delegation ([#40](https://github.com/web3-storage/w3cli/issues/40)) ([c32283a](https://github.com/web3-storage/w3cli/commit/c32283afa4e77895b35ea2055b1a9edf264bd360)) + ## [1.1.1](https://github.com/web3-storage/w3cli/compare/v1.1.0...v1.1.1) (2023-01-13) diff --git a/package-lock.json b/package-lock.json index 2983661..45258a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/w3cli", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@web3-storage/w3cli", - "version": "1.1.1", + "version": "1.2.0", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@ipld/car": "^5.0.1", diff --git a/package.json b/package.json index 795368d..aaf7653 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@web3-storage/w3cli", "type": "module", - "version": "1.1.1", + "version": "1.2.0", "license": "(Apache-2.0 AND MIT)", "description": "💾 w3 command line interface", "bin": {