diff --git a/CHANGELOG.md b/CHANGELOG.md index 690fa8c..36edbd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/web3-storage/w3cli/compare/v1.2.0...v1.2.1) (2023-03-02) + + +### Bug Fixes + +* pass cursor to list in `w3 ls` ([#50](https://github.com/web3-storage/w3cli/issues/50)) ([324e913](https://github.com/web3-storage/w3cli/commit/324e913bd44f92a79225e4cf24fe3708ff105dbf)) + ## [1.2.0](https://github.com/web3-storage/w3cli/compare/v1.1.1...v1.2.0) (2023-01-27) diff --git a/package-lock.json b/package-lock.json index 7f18782..1c11360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/w3cli", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@web3-storage/w3cli", - "version": "1.2.0", + "version": "1.2.1", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@ipld/car": "^5.0.1", diff --git a/package.json b/package.json index 3121932..59ace5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@web3-storage/w3cli", "type": "module", - "version": "1.2.0", + "version": "1.2.1", "license": "(Apache-2.0 AND MIT)", "description": "💾 w3 command line interface", "bin": {