diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f6359..fb21c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [7.5.0](https://github.com/web3-storage/w3cli/compare/v7.4.0...v7.5.0) (2024-01-25) + + +### Features + +* add reset command ([#170](https://github.com/web3-storage/w3cli/issues/170)) ([8eea385](https://github.com/web3-storage/w3cli/commit/8eea385e526bd73a9cfb3a674c31168a7b161f30)) + + +### Bug Fixes + +* use remove from client ([#167](https://github.com/web3-storage/w3cli/issues/167)) ([96966ba](https://github.com/web3-storage/w3cli/commit/96966bac7506e490330ac190587c2294627e838f)) + ## [7.4.0](https://github.com/web3-storage/w3cli/compare/v7.3.0...v7.4.0) (2024-01-24) diff --git a/package-lock.json b/package-lock.json index 649d505..79ae666 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/w3cli", - "version": "7.4.0", + "version": "7.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@web3-storage/w3cli", - "version": "7.4.0", + "version": "7.5.0", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@inquirer/core": "^5.1.1", diff --git a/package.json b/package.json index 6fd5b5f..e6e65ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@web3-storage/w3cli", "type": "module", - "version": "7.4.0", + "version": "7.5.0", "license": "(Apache-2.0 AND MIT)", "description": "💾 w3 command line interface", "bin": {