diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6f540564..ada7355e0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f61b94dc..942995fa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ +## 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 +* feat: show full rpc backend version by @lidel in https://github.com/ipfs/ipfs-companion/pull/1294 +* fix(telemetry): :arrow_down: Reduce event syncs by @whizzzkid in https://github.com/ipfs/ipfs-companion/pull/1296 + + +**Full Changelog**: https://github.com/ipfs/ipfs-companion/compare/v3.0.1...v3.1.0 + ## [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..4fd8eed4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ipfs-companion", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ipfs-companion", - "version": "3.0.1", + "version": "3.1.0", "license": "CC0-1.0", "dependencies": { "@ipfs-shipyard/ignite-metrics": "^2.0.0", diff --git a/package.json b/package.json index 55721229b..dc6619623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-companion", - "version": "3.0.1", + "version": "3.1.0", "homepage": "https://github.com/ipfs-shipyard/ipfs-companion", "license": "CC0-1.0", "leadMaintainer": "Marcin Rataj ",