From 82dbed213cdfc64e14bb0dbf9842241af22d3ad5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Nov 2024 14:27:39 +0000 Subject: [PATCH] chore(release): 3.0.10 ## [3.0.10](https://github.com/melink14/rikaikun/compare/v3.0.9...v3.0.10) (2024-11-19) ### Bug Fixes * **dict:** Update dictionaries to latest versions ([#2279](https://github.com/melink14/rikaikun/issues/2279)) ([ccff421](https://github.com/melink14/rikaikun/commit/ccff42176926d2fca25f630eeafe147f1cfb0be6)) --- CHANGELOG.md | 6 ++++++ extension/manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e67f0aaac..c81315feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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.10](https://github.com/melink14/rikaikun/compare/v3.0.9...v3.0.10) (2024-11-19) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#2279](https://github.com/melink14/rikaikun/issues/2279)) ([ccff421](https://github.com/melink14/rikaikun/commit/ccff42176926d2fca25f630eeafe147f1cfb0be6)) + ## [3.0.9](https://github.com/melink14/rikaikun/compare/v3.0.8...v3.0.9) (2024-11-04) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 19d0d88b5..05dbb688a 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "rikaikun", - "version": "3.0.9", + "version": "3.0.10", "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 eca1d0fd2..f34407401 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "3.0.9", + "version": "3.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "3.0.9", + "version": "3.0.10", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index d76b1e536..9c00940e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "3.0.9", + "version": "3.0.10", "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": {