From 456fa3daf6d0663b533cccb387a486aa84cfa726 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Jun 2021 11:17:09 +0000 Subject: [PATCH] chore(release): 1.2.5 ### [1.2.5](https://github.com/melink14/rikaikun/compare/v1.2.4...v1.2.5) (2021-06-21) ### Bug Fixes * **dict:** Update dictionaries to latest versions. ([#559](https://github.com/melink14/rikaikun/issues/559)) ([0d1d296](https://github.com/melink14/rikaikun/commit/0d1d29631e567f50e50d1caab6520011ccadb445)) --- 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 657ba2b2b..371d895d3 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.5](https://github.com/melink14/rikaikun/compare/v1.2.4...v1.2.5) (2021-06-21) + +### Bug Fixes + +- **dict:** Update dictionaries to latest versions. ([#559](https://github.com/melink14/rikaikun/issues/559)) ([0d1d296](https://github.com/melink14/rikaikun/commit/0d1d29631e567f50e50d1caab6520011ccadb445)) + ### [1.2.4](https://github.com/melink14/rikaikun/compare/v1.2.3...v1.2.4) (2021-06-14) ### Bug Fixes diff --git a/extension/manifest.json b/extension/manifest.json index 04883f7cd..3570c3793 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "rikaikun", - "version": "1.2.4", + "version": "1.2.5", "description": "rikaikun shows the reading and English definition of Japanese words when you hover over Japanese text in the browser.", "icons": { "48": "images/icon48.png", diff --git a/package.json b/package.json index eccf6d949..cb6182ff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaikun", - "version": "1.2.4", + "version": "1.2.5", "description": "Chrome extension that provides Japanese to English translations when hovering over words.", "private": true, "engines": {