From a939a41e58e234c55ba03f5a6131e17b14c5dcf9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 25 Aug 2024 14:56:32 +0000 Subject: [PATCH] chore(release): 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.0.0](https://github.com/melink14/rikaikun/compare/v2.5.61...v3.0.0) (2024-08-25) ### ⚠ BREAKING CHANGES * MV3 with offscreen pages requires at least Chrome 109 which is the new minimum version. ### Features * Migrate to MV3 ([#2168](https://github.com/melink14/rikaikun/issues/2168)) ([8a47af3](https://github.com/melink14/rikaikun/commit/8a47af38261371a9c1e5b9049d0d6b42535f8c1f)), closes [#187](https://github.com/melink14/rikaikun/issues/187) [#65](https://github.com/melink14/rikaikun/issues/65) ### Bug Fixes * **manifest:** Remove comment from manifest.json ([#2169](https://github.com/melink14/rikaikun/issues/2169)) ([d76fc31](https://github.com/melink14/rikaikun/commit/d76fc310a09e112d3dbef48fecf16f9ed4ae3ebd)) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff6373c8..395028d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,20 @@ consistently version releases as follows: - **manifest:** Remove comment from manifest.json ([#2169](https://github.com/melink14/rikaikun/issues/2169)) ([d76fc31](https://github.com/melink14/rikaikun/commit/d76fc310a09e112d3dbef48fecf16f9ed4ae3ebd)) +## [3.0.0](https://github.com/melink14/rikaikun/compare/v2.5.61...v3.0.0) (2024-08-25) + +### ⚠ BREAKING CHANGES + +- MV3 with offscreen pages requires at least Chrome 109 which is the new minimum version. + +### Features + +- Migrate to MV3 ([#2168](https://github.com/melink14/rikaikun/issues/2168)) ([8a47af3](https://github.com/melink14/rikaikun/commit/8a47af38261371a9c1e5b9049d0d6b42535f8c1f)), closes [#187](https://github.com/melink14/rikaikun/issues/187) [#65](https://github.com/melink14/rikaikun/issues/65) + +### Bug Fixes + +- **manifest:** Remove comment from manifest.json ([#2169](https://github.com/melink14/rikaikun/issues/2169)) ([d76fc31](https://github.com/melink14/rikaikun/commit/d76fc310a09e112d3dbef48fecf16f9ed4ae3ebd)) + ## [2.5.61](https://github.com/melink14/rikaikun/compare/v2.5.60...v2.5.61) (2024-08-05) ### Bug Fixes