From 82d8cb5616668a8677c3d87239e2e3022eb18e94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 04:57:10 +0000 Subject: [PATCH] chore(main): release 2.21.0 --- CHANGELOG.md | 18 +++++++++++++++--- package-lock.json | 6 ++++-- package.json | 3 ++- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92e647ee8..92fe518ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,21 @@ +## What's Changed +* feat: Moving from ipfs-http-client -> kubo-rpc-client by @whizzzkid in https://github.com/ipfs/ipfs-companion/pull/1124 +* fix: removed state change notifications by @whizzzkid in https://github.com/ipfs/ipfs-companion/pull/1123 +* feat: add E2E tests for chromium and firefox by @galargh in https://github.com/ipfs/ipfs-companion/pull/1121 +* chore: CODEOWNER meandavejustice->whizzzkid by @SgtPooki in https://github.com/ipfs/ipfs-companion/pull/1135 +* fix: :bug: waiting for test to finish for longer by @whizzzkid in https://github.com/ipfs/ipfs-companion/pull/1136 +* chore: add sourceMaps to dev-builds by @SgtPooki in https://github.com/ipfs/ipfs-companion/pull/1134 +* chore: update PRIVACY-POLICY.md by @SgtPooki in https://github.com/ipfs/ipfs-companion/pull/1137 +* feat: add telemetry to companion by @SgtPooki in https://github.com/ipfs/ipfs-companion/pull/1117 + +## New Contributors +* @galargh made their first contribution in https://github.com/ipfs/ipfs-companion/pull/1121 + +**Full Changelog**: https://github.com/ipfs/ipfs-companion/compare/v2.20.1...v2.21.0 + ## [2.6.2](https://github.com/ipfs-shipyard/ipfs-companion/compare/v2.6.1...v2.6.2) (2018-11-22) @@ -558,6 +573,3 @@ # 0.1.0 (2015-03-22) - - - diff --git a/package-lock.json b/package-lock.json index 81413253c..c4d5e756f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,8 @@ "engines": { "node": ">=18.12.1", "npm": ">=8.19.2" - } + }, + "version": "2.21.0" }, "node_modules/@achingbrain/ip-address": { "version": "8.1.0", @@ -43217,5 +43218,6 @@ "jszip": "^3.2.2" } } - } + }, + "version": "2.21.0" } diff --git a/package.json b/package.json index 8356a3422..e6e176397 100644 --- a/package.json +++ b/package.json @@ -180,5 +180,6 @@ }, "ts-standard": { "project": "./tsconfig.json" - } + }, + "version": "2.21.0" }