diff --git a/CHANGELOG.md b/CHANGELOG.md index 615e91ad3..a7121fd64 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.18](https://github.com/melink14/rikaikun/compare/v2.1.17...v2.1.18) (2021-11-22) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#739](https://github.com/melink14/rikaikun/issues/739)) ([0066060](https://github.com/melink14/rikaikun/commit/006606043c4fcd73a045c260332cdb4a3eab4c76)) + ### [2.1.17](https://github.com/melink14/rikaikun/compare/v2.1.16...v2.1.17) (2021-11-15) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 7d8e85979..6ac097a85 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "2.1.17", + "version": "2.1.18", "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 cb4794938..543e98ab0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "2.1.17", + "version": "2.1.18", "description": "Chrome extension that provides Japanese to English translations when hovering over words.", "private": true, "engines": {