From fb2c95e39b595f43eb0c678fb3d2b63d5587bc00 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Aug 2024 11:10:52 +0000 Subject: [PATCH] chore(release): 3.0.1 ## [3.0.1](https://github.com/melink14/rikaikun/compare/v3.0.0...v3.0.1) (2024-08-26) ### Bug Fixes * Allow popup.css to be accessed from all URLs ([#2174](https://github.com/melink14/rikaikun/issues/2174)) ([5b0f3c1](https://github.com/melink14/rikaikun/commit/5b0f3c145d0333cf2a9e0824e0730ef008020134)) * **dict:** Update dictionaries to latest versions ([#2148](https://github.com/melink14/rikaikun/issues/2148)) ([c23d032](https://github.com/melink14/rikaikun/commit/c23d03232851755123b3de6adb911410445ed407)) * **google-docs:** Set docs_annotate_canvas property in a MV3 compliant manner ([#2176](https://github.com/melink14/rikaikun/issues/2176)) ([a09ddaf](https://github.com/melink14/rikaikun/commit/a09ddaf1853da768980c4af901e53c52d05ba89c)), closes [#2175](https://github.com/melink14/rikaikun/issues/2175) --- CHANGELOG.md | 8 ++++++++ extension/manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff6373c8..635d24c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ consistently version releases as follows: - Minor: New user visible feature added. (contains feat commits) - Patch: Bug fix to previous feature. (contains only fix commits) +## [3.0.1](https://github.com/melink14/rikaikun/compare/v3.0.0...v3.0.1) (2024-08-26) + +### Bug Fixes + +- Allow popup.css to be accessed from all URLs ([#2174](https://github.com/melink14/rikaikun/issues/2174)) ([5b0f3c1](https://github.com/melink14/rikaikun/commit/5b0f3c145d0333cf2a9e0824e0730ef008020134)) +- **dict:** Update dictionaries to latest versions ([#2148](https://github.com/melink14/rikaikun/issues/2148)) ([c23d032](https://github.com/melink14/rikaikun/commit/c23d03232851755123b3de6adb911410445ed407)) +- **google-docs:** Set docs_annotate_canvas property in a MV3 compliant manner ([#2176](https://github.com/melink14/rikaikun/issues/2176)) ([a09ddaf](https://github.com/melink14/rikaikun/commit/a09ddaf1853da768980c4af901e53c52d05ba89c)), closes [#2175](https://github.com/melink14/rikaikun/issues/2175) + ## [3.0.0](https://github.com/melink14/rikaikun/compare/v2.5.61...v3.0.0) (2024-08-25) ### ⚠ BREAKING CHANGES diff --git a/extension/manifest.json b/extension/manifest.json index fbe30ce5b..fd8b4d7e5 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "rikaikun", - "version": "3.0.0", + "version": "3.0.1", "minimum_chrome_version": "109", "description": "rikaikun shows the reading and English definition of Japanese words when you hover over Japanese text in the browser.", "icons": { diff --git a/package-lock.json b/package-lock.json index 742f2a2df..1603cf56a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "3.0.0", + "version": "3.0.1", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 4011b64d0..ac0324f09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "3.0.0", + "version": "3.0.1", "description": "rikaikun is a Chrome extension that helps you to read Japanese web pages by showing the reading and English definition of Japanese words when you hover over them.", "private": true, "engines": {