diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 02bd31d35..8428ab92e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.21.0" + ".": "2.22.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 92e647ee8..d763e4e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,21 @@ +## [2.22.0](https://github.com/ipfs/ipfs-companion/compare/ipfs-companion-v2.21.0...ipfs-companion-v2.22.0) (2023-02-15) + + +### Features + +* Adding Release Automation ([#1122](https://github.com/ipfs/ipfs-companion/issues/1122)) ([1ed411e](https://github.com/ipfs/ipfs-companion/commit/1ed411e5006a5a477c8002765977f16e1ff755a5)) +* recovery page when local gateway is unreachable ([#1125](https://github.com/ipfs/ipfs-companion/issues/1125)) ([a74fbb3](https://github.com/ipfs/ipfs-companion/commit/a74fbb3736e6f29d337b6046b088f25a2d86e5b0)) + + +### Bug Fixes + +* :fire: Allow automation to run from manual triggers. ([#1143](https://github.com/ipfs/ipfs-companion/issues/1143)) ([a61e081](https://github.com/ipfs/ipfs-companion/commit/a61e081a75cee6d2a6c66d1c58819e9d63656a51)) +* **release-automation:** :bug: Semver Path ([7036f6d](https://github.com/ipfs/ipfs-companion/commit/7036f6de0c9876e35d1ea0a9b1a5a25e6364d894)) +* **release-automation:** Release Please Using Manifests ([#1149](https://github.com/ipfs/ipfs-companion/issues/1149)) ([f360ff8](https://github.com/ipfs/ipfs-companion/commit/f360ff8f2b132904e74ad551f32eaf07395c048c)) + ## [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/add-on/manifest.common.json b/add-on/manifest.common.json index db717fd9d..054c7d2ad 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.21.0", + "version": "2.22.0", "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 81413253c..e40010ae7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -87,7 +87,8 @@ "engines": { "node": ">=18.12.1", "npm": ">=8.19.2" - } + }, + "version": "2.22.0" }, "node_modules/@achingbrain/ip-address": { "version": "8.1.0", @@ -43217,5 +43218,6 @@ "jszip": "^3.2.2" } } - } + }, + "version": "2.22.0" } diff --git a/package.json b/package.json index 8356a3422..de2ea7d8e 100644 --- a/package.json +++ b/package.json @@ -180,5 +180,6 @@ }, "ts-standard": { "project": "./tsconfig.json" - } + }, + "version": "2.22.0" }