From bb81578bc4f7fcf9b2c4c0b5f058e14b9dc83564 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 16:43:36 +0100 Subject: [PATCH] chore(main): release 1.2.2 (#56) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) 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": {