From 3a24cec96e5e0374b031e6179979b059e032fe3f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Feb 2022 11:23:01 +0000 Subject: [PATCH] chore(release): 2.1.29 ### [2.1.29](https://github.com/melink14/rikaikun/compare/v2.1.28...v2.1.29) (2022-02-07) ### Bug Fixes * **dict:** Update dictionaries to latest versions ([#845](https://github.com/melink14/rikaikun/issues/845)) ([5d4cd65](https://github.com/melink14/rikaikun/commit/5d4cd65bd2a79f15ffe3491d9af7630db8340520)) --- CHANGELOG.md | 6 ++++++ extension/manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f60315bd..31c279c05 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.29](https://github.com/melink14/rikaikun/compare/v2.1.28...v2.1.29) (2022-02-07) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions ([#845](https://github.com/melink14/rikaikun/issues/845)) ([5d4cd65](https://github.com/melink14/rikaikun/commit/5d4cd65bd2a79f15ffe3491d9af7630db8340520)) + ### [2.1.28](https://github.com/melink14/rikaikun/compare/v2.1.27...v2.1.28) (2022-01-31) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 1f7a9107f..4c11be987 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "2.1.28", + "version": "2.1.29", "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-lock.json b/package-lock.json index 8cb54a4f7..b34a90b96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rikaikun", - "version": "2.1.28", + "version": "2.1.29", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rikaikun", - "version": "2.1.28", + "version": "2.1.29", "hasInstallScript": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 65aea8f97..612e43b7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "2.1.28", + "version": "2.1.29", "description": "Chrome extension that provides Japanese to English translations when hovering over words.", "private": true, "engines": {