From f198acf91d06e33399fedb2c4ef260f8aa5b2700 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Mar 2024 10:47:58 +0000 Subject: [PATCH] chore(release): 2.5.48 ## [2.5.48](https://github.com/melink14/rikaikun/compare/v2.5.47...v2.5.48) (2024-03-18) ### Bug Fixes * **dict:** Update dictionaries to latest versions ([#2010](https://github.com/melink14/rikaikun/issues/2010)) ([f05bfcb](https://github.com/melink14/rikaikun/commit/f05bfcbe5d6e38170116d27619bf08b2768511cd)) --- 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 3727bc228..0398c79e1 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.48](https://github.com/melink14/rikaikun/compare/v2.5.47...v2.5.48) (2024-03-18) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#2010](https://github.com/melink14/rikaikun/issues/2010)) ([f05bfcb](https://github.com/melink14/rikaikun/commit/f05bfcbe5d6e38170116d27619bf08b2768511cd)) + ## [2.5.47](https://github.com/melink14/rikaikun/compare/v2.5.46...v2.5.47) (2024-03-11) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 17b3957d8..d69b7d90b 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "2.5.47", + "version": "2.5.48", "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 edec32620..e496c8d26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "2.5.47", + "version": "2.5.48", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "2.5.47", + "version": "2.5.48", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index a92bcf444..18167b67e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "2.5.47", + "version": "2.5.48", "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": {