Skip to content

Commit

Permalink
chore(release): 2.4.2
Browse files Browse the repository at this point in the history
### [2.4.2](v2.4.1...v2.4.2) (2022-05-17)

### Bug Fixes

* **dict:** Update dictionaries to latest versions ([#1015](#1015)) ([6cd46cc](6cd46cc))
  • Loading branch information
semantic-release-bot committed May 17, 2022
1 parent 4a1532e commit 83e3ed0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.2](https://github.com/melink14/rikaikun/compare/v2.4.1...v2.4.2) (2022-05-17)

### Bug Fixes

- **dict:** Update dictionaries to latest versions ([#1015](https://github.com/melink14/rikaikun/issues/1015)) ([6cd46cc](https://github.com/melink14/rikaikun/commit/6cd46cc6ce0a9c2192faa99399861b07c698a062))

### [2.4.1](https://github.com/melink14/rikaikun/compare/v2.4.0...v2.4.1) (2022-05-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "rikaikun",
"version": "2.4.1",
"version": "2.4.2",
"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": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rikaikun",
"version": "2.4.1",
"version": "2.4.2",
"description": "Chrome extension that provides Japanese to English translations when hovering over words.",
"private": true,
"engines": {
Expand Down

0 comments on commit 83e3ed0

Please sign in to comment.