diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c50e127c..fdf798b4c 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.1](https://github.com/melink14/rikaikun/compare/v1.2.0...v1.2.1) (2021-05-24) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions. ([#508](https://github.com/melink14/rikaikun/issues/508)) ([0ab6f36](https://github.com/melink14/rikaikun/commit/0ab6f36db80d20e09228c2865c88594476d7e620)) + ## [1.2.0](https://github.com/melink14/rikaikun/compare/v1.1.0...v1.2.0) (2021-05-17) ### Features diff --git a/extension/manifest.json b/extension/manifest.json index 4ad823f26..4aa882498 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "1.2.0", + "version": "1.2.1", "description": "rikaikun shows the reading and English definition of Japanese words when you hover over Japanese text in Chrome.", "icons": { "48": "images/icon48.png", diff --git a/package.json b/package.json index bf0e48872..703884a4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "1.2.0", + "version": "1.2.1", "description": "Chrome extension that provides Japanese to English translations when hovering over words.", "private": true, "engines": {