diff --git a/CHANGELOG.md b/CHANGELOG.md index da1d0eea9..78fee91d9 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.42](https://github.com/melink14/rikaikun/compare/v2.5.41...v2.5.42) (2024-02-05) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#1962](https://github.com/melink14/rikaikun/issues/1962)) ([96e6bbb](https://github.com/melink14/rikaikun/commit/96e6bbbcd19b2ad3eec9ef5fae401a42eb25835d)) + ## [2.5.41](https://github.com/melink14/rikaikun/compare/v2.5.40...v2.5.41) (2024-01-31) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index d7f66033a..b867b92ae 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "2.5.41", + "version": "2.5.42", "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 81b782bce..477e7488b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "2.5.41", + "version": "2.5.42", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "2.5.41", + "version": "2.5.42", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index d9fae8afb..b988b2c95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "2.5.41", + "version": "2.5.42", "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": {