From 4074c75cda766d124e1accc232ca0cd304502924 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 Jul 2024 13:28:15 +0000 Subject: [PATCH] chore(release): 2.5.59 ## [2.5.59](https://github.com/melink14/rikaikun/compare/v2.5.58...v2.5.59) (2024-07-22) ### Bug Fixes * **dict:** Update dictionaries to latest versions ([#2118](https://github.com/melink14/rikaikun/issues/2118)) ([8b082c7](https://github.com/melink14/rikaikun/commit/8b082c79aabf0c531a8d49a8466750161116bc06)) * **tooling:** Remove deprecated lines from husky hooks ([#2119](https://github.com/melink14/rikaikun/issues/2119)) ([8380e94](https://github.com/melink14/rikaikun/commit/8380e94626d032029dfd31e53b1692e5f21573fc)) --- CHANGELOG.md | 7 +++++++ extension/manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18e44a7aa..818ab7673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ 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.59](https://github.com/melink14/rikaikun/compare/v2.5.58...v2.5.59) (2024-07-22) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#2118](https://github.com/melink14/rikaikun/issues/2118)) ([8b082c7](https://github.com/melink14/rikaikun/commit/8b082c79aabf0c531a8d49a8466750161116bc06)) +- **tooling:** Remove deprecated lines from husky hooks ([#2119](https://github.com/melink14/rikaikun/issues/2119)) ([8380e94](https://github.com/melink14/rikaikun/commit/8380e94626d032029dfd31e53b1692e5f21573fc)) + ## [2.5.58](https://github.com/melink14/rikaikun/compare/v2.5.57...v2.5.58) (2024-07-15) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index c1925ca22..6bc86d6c2 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "2.5.58", + "version": "2.5.59", "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 983f113cc..f1ef8c196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "2.5.58", + "version": "2.5.59", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "2.5.58", + "version": "2.5.59", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index c49ef4a2d..b92b94c2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "2.5.58", + "version": "2.5.59", "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": {