Skip to content

Commit 548740c

Browse files
chore(main): release 3.0.0
1 parent 5873528 commit 548740c

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.22.1"
2+
".": "3.0.0"
33
}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@
99

1010

1111

12+
## [3.0.0](https://github.com/ipfs/ipfs-companion/compare/v2.22.1...v3.0.0) (2023-09-15)
13+
14+
15+
### ⚠ BREAKING CHANGES
16+
17+
* **MV3:** Implements the new MV3 standard for browser extensions.
18+
19+
### Features
20+
21+
* **MV3:** MV3 Implementation Collector Branch ([#1182](https://github.com/ipfs/ipfs-companion/issues/1182)) ([5873528](https://github.com/ipfs/ipfs-companion/commit/5873528ebcdeff1ce778e41aedc2db793b6279c6))
22+
23+
24+
### Bug Fixes
25+
26+
* build context in docker-compose.e2e.yml ([76a38f3](https://github.com/ipfs/ipfs-companion/commit/76a38f3cff1a4929dd9a24ab4465f8bf6a8e1bb1))
27+
1228
## [2.22.1](https://github.com/ipfs/ipfs-companion/compare/v2.22.0...v2.22.1) (2023-02-22)
1329

1430

add-on/manifest.common.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"browser_style": false,
2626
"page": "dist/options/options.html"
2727
},
28-
"host_permissions": ["<all_urls>"],
28+
"host_permissions": [
29+
"<all_urls>"
30+
],
2931
"web_accessible_resources": [
3032
{
3133
"resources": [
@@ -38,7 +40,9 @@
3840
"dist/recovery/recovery.html",
3941
"dist/recovery/recovery.js"
4042
],
41-
"matches": ["<all_urls>"]
43+
"matches": [
44+
"<all_urls>"
45+
]
4246
}
4347
],
4448
"content_security_policy": {

0 commit comments

Comments
 (0)