diff --git a/CHANGELOG.md b/CHANGELOG.md index a8803d3..f6b1a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.0](https://github.com/web3-storage/w3cli/compare/v5.1.0...v5.2.0) (2023-11-15) + + +### Features + +* can filecoin info ([#127](https://github.com/web3-storage/w3cli/issues/127)) ([d8290a6](https://github.com/web3-storage/w3cli/commit/d8290a68bfcf542ab756f8810bbbbeb3cc0c6a29)) + ## [5.1.0](https://github.com/web3-storage/w3cli/compare/v5.0.0...v5.1.0) (2023-11-15) diff --git a/package-lock.json b/package-lock.json index e7ccc76..8bf9e1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/w3cli", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@web3-storage/w3cli", - "version": "5.1.0", + "version": "5.2.0", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@inquirer/core": "^5.1.1", diff --git a/package.json b/package.json index 1f870de..76a6f84 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@web3-storage/w3cli", "type": "module", - "version": "5.1.0", + "version": "5.2.0", "license": "(Apache-2.0 AND MIT)", "description": "💾 w3 command line interface", "bin": {