diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8428ab92e..2b2e34e65 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.22.0" + ".": "2.22.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d763e4e42..34dd09148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ +## [2.22.1](https://github.com/ipfs/ipfs-companion/compare/v2.22.0...v2.22.1) (2023-02-22) + + +### Bug Fixes + +* **recovery:** :bug: false-positive for non-gateway URLs ([#1163](https://github.com/ipfs/ipfs-companion/issues/1163)) ([0ee35d2](https://github.com/ipfs/ipfs-companion/commit/0ee35d26f2002ccef84ead30cf6cc2a851ca1c60)) +* **release-automation:** :construction_worker: should no longer be needed ([#1158](https://github.com/ipfs/ipfs-companion/issues/1158)) ([7651e9e](https://github.com/ipfs/ipfs-companion/commit/7651e9e1a3a92b819bf76eb1e7b1c319f247f60f)) +* **release-automation:** :green_heart: stupid hack to add tag in CI ([#1161](https://github.com/ipfs/ipfs-companion/issues/1161)) ([9ea9897](https://github.com/ipfs/ipfs-companion/commit/9ea9897477ae6e6f59a2edefd1c4bf9d881d72a8)) +* replace IPFS API with Kubo RPC ([#1164](https://github.com/ipfs/ipfs-companion/issues/1164)) ([1a6495d](https://github.com/ipfs/ipfs-companion/commit/1a6495de5e1017b533cac4cbf869577f64541770)) + ## [2.22.0](https://github.com/ipfs/ipfs-companion/compare/ipfs-companion-v2.21.0...ipfs-companion-v2.22.0) (2023-02-15) diff --git a/add-on/manifest.common.json b/add-on/manifest.common.json index 054c7d2ad..2b3a331b8 100644 --- a/add-on/manifest.common.json +++ b/add-on/manifest.common.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_manifest_extensionName__", "short_name": "__MSG_manifest_shortExtensionName__", - "version": "2.22.0", + "version": "2.22.1", "description": "__MSG_manifest_extensionDescription__", "homepage_url": "https://github.com/ipfs-shipyard/ipfs-companion", "author": "IPFS Community", diff --git a/package-lock.json b/package-lock.json index e40010ae7..2bfa79cf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "node": ">=18.12.1", "npm": ">=8.19.2" }, - "version": "2.22.0" + "version": "2.22.1" }, "node_modules/@achingbrain/ip-address": { "version": "8.1.0", @@ -43219,5 +43219,5 @@ } } }, - "version": "2.22.0" + "version": "2.22.1" } diff --git a/package.json b/package.json index de2ea7d8e..6fff63534 100644 --- a/package.json +++ b/package.json @@ -181,5 +181,5 @@ "ts-standard": { "project": "./tsconfig.json" }, - "version": "2.22.0" + "version": "2.22.1" }