From ce4641b535052736cda17e7b25ce66b6bd682209 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Dec 2022 15:19:17 +0000 Subject: [PATCH] chore(release): 2.4.32 ## [2.4.32](https://github.com/melink14/rikaikun/compare/v2.4.31...v2.4.32) (2022-12-19) ### Bug Fixes * **dict:** Update dictionaries to latest versions ([#1331](https://github.com/melink14/rikaikun/issues/1331)) ([f17a9b6](https://github.com/melink14/rikaikun/commit/f17a9b69ea1e9d7705adc060e63e4f08c4749201)) --- 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 c8681b38e..224fa6012 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.4.32](https://github.com/melink14/rikaikun/compare/v2.4.31...v2.4.32) (2022-12-19) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#1331](https://github.com/melink14/rikaikun/issues/1331)) ([f17a9b6](https://github.com/melink14/rikaikun/commit/f17a9b69ea1e9d7705adc060e63e4f08c4749201)) + ## [2.4.31](https://github.com/melink14/rikaikun/compare/v2.4.30...v2.4.31) (2022-12-12) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 95c6ce6e6..4aaf46a99 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "2.4.31", + "version": "2.4.32", "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 6aaf7b8ef..944a307a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "2.4.31", + "version": "2.4.32", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "2.4.31", + "version": "2.4.32", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index ae63833b5..67560c7f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "2.4.31", + "version": "2.4.32", "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": {