From 426a7bfbec700fc28e84242784b6bb4163c58a62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 00:46:41 +0000 Subject: [PATCH] chore(main): release 3.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6f540564..e28eff59b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f61b94dc..282815a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ +## What's Changed +* fix(release-automation): :wrench: removing default command and skippi github release by @whizzzkid in https://github.com/ipfs/ipfs-companion/pull/1291 +* fix(release-automation): :wrench: Skip Labels by @whizzzkid in https://github.com/ipfs/ipfs-companion/pull/1293 +* chore(readme): update header by @lidel in https://github.com/ipfs/ipfs-companion/pull/1295 + + +**Full Changelog**: https://github.com/ipfs/ipfs-companion/compare/v3.0.1...v3.0.2 + ## [3.0.1](https://github.com/ipfs/ipfs-companion/compare/v3.0.0...v3.0.1) (2023-09-21) diff --git a/package-lock.json b/package-lock.json index 74d7a87f5..0de79f78d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ipfs-companion", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ipfs-companion", - "version": "3.0.1", + "version": "3.0.2", "license": "CC0-1.0", "dependencies": { "@ipfs-shipyard/ignite-metrics": "^2.0.0", diff --git a/package.json b/package.json index 55721229b..337a90fe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-companion", - "version": "3.0.1", + "version": "3.0.2", "homepage": "https://github.com/ipfs-shipyard/ipfs-companion", "license": "CC0-1.0", "leadMaintainer": "Marcin Rataj ",