Skip to content

Commit

Permalink
chore(main): release 2.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 15, 2023
1 parent 90b5f7c commit 4d8aeea
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.22.1"
".": "2.22.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@



## [2.22.2](https://github.com/ipfs/ipfs-companion/compare/v2.22.1...v2.22.2) (2023-09-15)


### Bug Fixes

* build context in docker-compose.e2e.yml ([76a38f3](https://github.com/ipfs/ipfs-companion/commit/76a38f3cff1a4929dd9a24ab4465f8bf6a8e1bb1))

## [2.22.1](https://github.com/ipfs/ipfs-companion/compare/v2.22.0...v2.22.1) (2023-02-22)


Expand Down
10 changes: 7 additions & 3 deletions add-on/manifest.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_manifest_extensionName__",
"short_name": "__MSG_manifest_shortExtensionName__",
"version": "3.0.0",
"version": "2.22.2",
"description": "__MSG_manifest_extensionDescription__",
"homepage_url": "https://github.com/ipfs-shipyard/ipfs-companion",
"author": "IPFS Community",
Expand All @@ -25,7 +25,9 @@
"browser_style": false,
"page": "dist/options/options.html"
},
"host_permissions": ["<all_urls>"],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
Expand All @@ -38,7 +40,9 @@
"dist/recovery/recovery.html",
"dist/recovery/recovery.js"
],
"matches": ["<all_urls>"]
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-companion",
"version": "3.0.0",
"version": "2.22.2",
"homepage": "https://github.com/ipfs-shipyard/ipfs-companion",
"license": "CC0-1.0",
"leadMaintainer": "Marcin Rataj <[email protected]>",
Expand Down

0 comments on commit 4d8aeea

Please sign in to comment.