From 5dd32410f29c7cf2cb22dec90a0780e4acf00cfb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 16:02:35 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ add-on/manifest.common.json | 8 ++++++-- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b2e34e65..d4f6f2994 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.22.1" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 34dd09148..474d75f74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,23 @@ +## [3.0.0](https://github.com/ipfs/ipfs-companion/compare/v2.22.1...v3.0.0) (2023-09-20) + + +### ⚠ BREAKING CHANGES + +* **MV3:** Implements the new MV3 standard for browser extensions. + +### Features + +* **MV3:** MV3 Implementation Collector Branch ([#1182](https://github.com/ipfs/ipfs-companion/issues/1182)) ([5873528](https://github.com/ipfs/ipfs-companion/commit/5873528ebcdeff1ce778e41aedc2db793b6279c6)) + + +### Bug Fixes + +* build context in docker-compose.e2e.yml ([76a38f3](https://github.com/ipfs/ipfs-companion/commit/76a38f3cff1a4929dd9a24ab4465f8bf6a8e1bb1)) +* **options:** :wastebasket: Fix target URLs. ([#1280](https://github.com/ipfs/ipfs-companion/issues/1280)) ([dcc10f0](https://github.com/ipfs/ipfs-companion/commit/dcc10f0c995fc8cfa97094f491e10a771d6addef)) + ## [2.22.1](https://github.com/ipfs/ipfs-companion/compare/v2.22.0...v2.22.1) (2023-02-22) diff --git a/add-on/manifest.common.json b/add-on/manifest.common.json index 13e199837..fde7d2731 100644 --- a/add-on/manifest.common.json +++ b/add-on/manifest.common.json @@ -25,7 +25,9 @@ "browser_style": false, "page": "dist/options/options.html" }, - "host_permissions": [""], + "host_permissions": [ + "" + ], "web_accessible_resources": [ { "resources": [ @@ -38,7 +40,9 @@ "dist/recovery/recovery.html", "dist/recovery/recovery.js" ], - "matches": [""] + "matches": [ + "" + ] } ], "content_security_policy": {