diff --git a/CHANGELOG.md b/CHANGELOG.md index c78ec0c5c..4a38646be 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.1.27](https://github.com/melink14/rikaikun/compare/v2.1.26...v2.1.27) (2022-01-24) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#828](https://github.com/melink14/rikaikun/issues/828)) ([b0ec2aa](https://github.com/melink14/rikaikun/commit/b0ec2aae2501f51863451049a1d3ba00d50a8147)) + ### [2.1.26](https://github.com/melink14/rikaikun/compare/v2.1.25...v2.1.26) (2022-01-17) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 9ff82cb33..c24778c2b 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "2.1.26", + "version": "2.1.27", "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.json b/package.json index ab6175c4d..d2343d654 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "2.1.26", + "version": "2.1.27", "description": "Chrome extension that provides Japanese to English translations when hovering over words.", "private": true, "engines": {