diff --git a/CHANGELOG.md b/CHANGELOG.md index 0525d9bec..bcee2d137 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.7](https://github.com/melink14/rikaikun/compare/v3.0.6...v3.0.7) (2024-10-14) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#2250](https://github.com/melink14/rikaikun/issues/2250)) ([5cb4f71](https://github.com/melink14/rikaikun/commit/5cb4f71503ba29bff64859da040c6f451310f2cc)) + ## [3.0.6](https://github.com/melink14/rikaikun/compare/v3.0.5...v3.0.6) (2024-10-09) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 979ee0b57..5a199e61e 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "rikaikun", - "version": "3.0.6", + "version": "3.0.7", "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 710c8ac2a..777723d10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "3.0.6", + "version": "3.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "3.0.6", + "version": "3.0.7", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 2e275d1e9..430ee9d03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "3.0.6", + "version": "3.0.7", "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": {