diff --git a/CHANGELOG.md b/CHANGELOG.md index 36edbd9..367cf30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.2](https://github.com/web3-storage/w3cli/compare/v1.2.1...v1.2.2) (2023-03-20) + + +### Bug Fixes + +* drop redudant w3 space command for consistency ([#57](https://github.com/web3-storage/w3cli/issues/57)) ([8dfab92](https://github.com/web3-storage/w3cli/commit/8dfab9272b83e175ff2e3016b0f166e5e59e08a7)), closes [#44](https://github.com/web3-storage/w3cli/issues/44) +* warnings about uploads being public/permanent ([84a9fd5](https://github.com/web3-storage/w3cli/commit/84a9fd56c287939c4127c9b8e03e2b661a751d79)) + ## [1.2.1](https://github.com/web3-storage/w3cli/compare/v1.2.0...v1.2.1) (2023-03-02) diff --git a/package-lock.json b/package-lock.json index 1c11360..a36c532 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/w3cli", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@web3-storage/w3cli", - "version": "1.2.1", + "version": "1.2.2", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@ipld/car": "^5.0.1", diff --git a/package.json b/package.json index 59ace5c..99b596c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@web3-storage/w3cli", "type": "module", - "version": "1.2.1", + "version": "1.2.2", "license": "(Apache-2.0 AND MIT)", "description": "💾 w3 command line interface", "bin": {