diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aec8e8ed..329d755b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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.23](https://github.com/melink14/rikaikun/compare/v2.5.22...v2.5.23) (2023-09-11) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#1726](https://github.com/melink14/rikaikun/issues/1726)) ([fe7a699](https://github.com/melink14/rikaikun/commit/fe7a699c46c16941a7fe33415dfb5147a5b2454a)) +- **dict:** Update dictionaries to latest versions ([#1733](https://github.com/melink14/rikaikun/issues/1733)) ([ba8aa91](https://github.com/melink14/rikaikun/commit/ba8aa91e88e38a91f49cb9fef959aceb42d4e3fd)) +- **dict:** Update dictionaries to latest versions ([#1742](https://github.com/melink14/rikaikun/issues/1742)) ([6d7b7c1](https://github.com/melink14/rikaikun/commit/6d7b7c138925e73497c2066b4445dfcc88686648)) + ## [2.5.22](https://github.com/melink14/rikaikun/compare/v2.5.21...v2.5.22) (2023-08-21) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index d94b967f5..977da1aa1 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "2.5.22", + "version": "2.5.23", "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 888a43d7c..ea14ed9c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "2.5.22", + "version": "2.5.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "2.5.22", + "version": "2.5.23", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index daac307cd..c82fd65a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "2.5.22", + "version": "2.5.23", "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": {