From fecafb36a57a1fa2bd5e8f9d1c235da4cabc1e1b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Mar 2024 12:37:46 +0000 Subject: [PATCH] chore(release): 2.5.46 ## [2.5.46](https://github.com/melink14/rikaikun/compare/v2.5.45...v2.5.46) (2024-03-04) ### Bug Fixes * **dict:** Update dictionaries to latest versions ([#1995](https://github.com/melink14/rikaikun/issues/1995)) ([5e1bfb2](https://github.com/melink14/rikaikun/commit/5e1bfb28bbb1839c0841ec780cfba32ab19aff97)) --- 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 4953e00c5..86407827e 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) +## [2.5.46](https://github.com/melink14/rikaikun/compare/v2.5.45...v2.5.46) (2024-03-04) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#1995](https://github.com/melink14/rikaikun/issues/1995)) ([5e1bfb2](https://github.com/melink14/rikaikun/commit/5e1bfb28bbb1839c0841ec780cfba32ab19aff97)) + ## [2.5.45](https://github.com/melink14/rikaikun/compare/v2.5.44...v2.5.45) (2024-02-26) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 49c081330..d8d3f265d 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "2.5.45", + "version": "2.5.46", "minimum_chrome_version": "80", "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 1ff8c4e65..74ad46c25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "2.5.45", + "version": "2.5.46", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "2.5.45", + "version": "2.5.46", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 992ee90a9..3538ad1e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "2.5.45", + "version": "2.5.46", "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": {