From b7915a4b958ca096cca5f7ecf1b0542b6e2d3bc5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Nov 2021 12:01:21 +0000 Subject: [PATCH] chore(release): 2.1.17 ### [2.1.17](https://github.com/melink14/rikaikun/compare/v2.1.16...v2.1.17) (2021-11-15) ### Bug Fixes * **dict:** Update dictionaries to latest versions ([#733](https://github.com/melink14/rikaikun/issues/733)) ([7c84266](https://github.com/melink14/rikaikun/commit/7c8426695c712b90970d1f6e1cc0cfa0578f14fa)) --- CHANGELOG.md | 6 ++++++ extension/manifest.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5be33465e..615e91ad3 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.17](https://github.com/melink14/rikaikun/compare/v2.1.16...v2.1.17) (2021-11-15) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#733](https://github.com/melink14/rikaikun/issues/733)) ([7c84266](https://github.com/melink14/rikaikun/commit/7c8426695c712b90970d1f6e1cc0cfa0578f14fa)) + ### [2.1.16](https://github.com/melink14/rikaikun/compare/v2.1.15...v2.1.16) (2021-11-08) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 2b91baa1d..7d8e85979 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "2.1.16", + "version": "2.1.17", "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 6103d5f10..cb4794938 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "2.1.16", + "version": "2.1.17", "description": "Chrome extension that provides Japanese to English translations when hovering over words.", "private": true, "engines": {