diff --git a/CHANGELOG.md b/CHANGELOG.md index 1555af2cb..b35922b3f 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.2](https://github.com/melink14/rikaikun/compare/v2.4.1...v2.4.2) (2022-05-17) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#1015](https://github.com/melink14/rikaikun/issues/1015)) ([6cd46cc](https://github.com/melink14/rikaikun/commit/6cd46cc6ce0a9c2192faa99399861b07c698a062)) + ### [2.4.1](https://github.com/melink14/rikaikun/compare/v2.4.0...v2.4.1) (2022-05-09) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 8c57c52db..80e15bfa6 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "2.4.1", + "version": "2.4.2", "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 6f0b7867f..ad80b9055 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "2.4.1", + "version": "2.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "2.4.1", + "version": "2.4.2", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index e099801f6..745ee96cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "2.4.1", + "version": "2.4.2", "description": "Chrome extension that provides Japanese to English translations when hovering over words.", "private": true, "engines": {