diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e8fff28d..657ba2b2b 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) +### [1.2.4](https://github.com/melink14/rikaikun/compare/v1.2.3...v1.2.4) (2021-06-14) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions. ([#551](https://github.com/melink14/rikaikun/issues/551)) ([1a1f517](https://github.com/melink14/rikaikun/commit/1a1f517be3f0d17c08e548ec25a2a177b230fcb7)) + ### [1.2.3](https://github.com/melink14/rikaikun/compare/v1.2.2...v1.2.3) (2021-06-07) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 623416bf7..04883f7cd 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "1.2.3", + "version": "1.2.4", "description": "rikaikun shows the reading and English definition of Japanese words when you hover over Japanese text in the browser.", "icons": { "48": "images/icon48.png", diff --git a/package.json b/package.json index 8a3792515..1af11aa08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "1.2.3", + "version": "1.2.4", "description": "Chrome extension that provides Japanese to English translations when hovering over words.", "private": true, "engines": {