From 55f546be85e321b00ddd18c8ded277935eedebde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:27:12 +0000 Subject: [PATCH] chore(main): release 7.1.0 (#157) :robot: I have created a release *beep* *boop* --- ## [7.1.0](https://github.com/web3-storage/w3cli/compare/v7.0.4...v7.1.0) (2024-01-15) ### Features * `w3 key create` ([#155](https://github.com/web3-storage/w3cli/issues/155)) ([1fe7adb](https://github.com/web3-storage/w3cli/commit/1fe7adb634ae67037a97a6e66def7b2f56ad315a)) --- 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> Co-authored-by: Alan Shaw --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f4cf6f..6edf9e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.1.0](https://github.com/web3-storage/w3cli/compare/v7.0.4...v7.1.0) (2024-01-15) + + +### Features + +* `w3 key create` ([#155](https://github.com/web3-storage/w3cli/issues/155)) ([1fe7adb](https://github.com/web3-storage/w3cli/commit/1fe7adb634ae67037a97a6e66def7b2f56ad315a)) + ## [7.0.4](https://github.com/web3-storage/w3cli/compare/v7.0.3...v7.0.4) (2024-01-09) diff --git a/package-lock.json b/package-lock.json index b592a29..fd802e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/w3cli", - "version": "7.0.4", + "version": "7.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@web3-storage/w3cli", - "version": "7.0.4", + "version": "7.1.0", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@inquirer/core": "^5.1.1", diff --git a/package.json b/package.json index b3f8f58..46e8bef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@web3-storage/w3cli", "type": "module", - "version": "7.0.4", + "version": "7.1.0", "license": "(Apache-2.0 AND MIT)", "description": "💾 w3 command line interface", "bin": {