From 596c702a25d494996bbc3840d586260e0765089e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Aug 2023 11:39:23 +0000 Subject: [PATCH] chore(release): 2.5.22 ## [2.5.22](https://github.com/melink14/rikaikun/compare/v2.5.21...v2.5.22) (2023-08-21) ### Bug Fixes * **dict:** Update dictionaries to latest versions ([#1714](https://github.com/melink14/rikaikun/issues/1714)) ([c75e848](https://github.com/melink14/rikaikun/commit/c75e848f5662a94f49a87f56ad3ee624a163fc6a)) --- 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 167dbe5a4..7aec8e8ed 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.22](https://github.com/melink14/rikaikun/compare/v2.5.21...v2.5.22) (2023-08-21) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#1714](https://github.com/melink14/rikaikun/issues/1714)) ([c75e848](https://github.com/melink14/rikaikun/commit/c75e848f5662a94f49a87f56ad3ee624a163fc6a)) + ## [2.5.21](https://github.com/melink14/rikaikun/compare/v2.5.20...v2.5.21) (2023-08-14) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 406e33563..d94b967f5 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "2.5.21", + "version": "2.5.22", "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 e3ea739b3..b464764b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "2.5.21", + "version": "2.5.22", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "2.5.21", + "version": "2.5.22", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index cab72fd45..3970ea7ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "2.5.21", + "version": "2.5.22", "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": {