From 87052b69567e308def858de3c594b06df8ac1536 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 6 Jan 2025 15:08:50 +0000 Subject: [PATCH] chore(release): 3.1.2 ## [3.1.2](https://github.com/melink14/rikaikun/compare/v3.1.1...v3.1.2) (2025-01-06) ### Bug Fixes * **dict:** Update dictionaries to latest versions ([#2363](https://github.com/melink14/rikaikun/issues/2363)) ([0907d4b](https://github.com/melink14/rikaikun/commit/0907d4b5324d6afdf53f527daac27900d9c7543b)) --- 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 2fbe94bfa..354646f72 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) +## [3.1.2](https://github.com/melink14/rikaikun/compare/v3.1.1...v3.1.2) (2025-01-06) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#2363](https://github.com/melink14/rikaikun/issues/2363)) ([0907d4b](https://github.com/melink14/rikaikun/commit/0907d4b5324d6afdf53f527daac27900d9c7543b)) + ## [3.1.1](https://github.com/melink14/rikaikun/compare/v3.1.0...v3.1.1) (2024-12-31) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 47355f0d9..aa48d2de1 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "rikaikun", - "version": "3.1.1", + "version": "3.1.2", "minimum_chrome_version": "109", "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 f089b2a30..dc08c58b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "3.1.1", + "version": "3.1.2", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index c855a25bf..d6974cb0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "3.1.1", + "version": "3.1.2", "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": {