From 5cff57bfbfffba33fb2ccdac154fda902aa15573 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Dec 2023 03:23:47 +0000 Subject: [PATCH] chore(release): 2.5.35 ## [2.5.35](https://github.com/melink14/rikaikun/compare/v2.5.34...v2.5.35) (2023-12-26) ### Bug Fixes * **dict:** Update dictionaries to latest versions ([#1898](https://github.com/melink14/rikaikun/issues/1898)) ([890c04c](https://github.com/melink14/rikaikun/commit/890c04caf4429b074781b2fbf8a7e5af1e7f3681)) --- 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 bac525f71..18310a2e6 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.35](https://github.com/melink14/rikaikun/compare/v2.5.34...v2.5.35) (2023-12-26) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#1898](https://github.com/melink14/rikaikun/issues/1898)) ([890c04c](https://github.com/melink14/rikaikun/commit/890c04caf4429b074781b2fbf8a7e5af1e7f3681)) + ## [2.5.34](https://github.com/melink14/rikaikun/compare/v2.5.33...v2.5.34) (2023-12-05) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index fb5167fd6..2077dde42 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "2.5.34", + "version": "2.5.35", "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 7f2edc863..06bf7eebd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "2.5.34", + "version": "2.5.35", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "2.5.34", + "version": "2.5.35", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 23d7c3a3a..06a6a27c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "2.5.34", + "version": "2.5.35", "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": {