Skip to content

Commit

Permalink
chore(release): 2.5.55
Browse files Browse the repository at this point in the history
## [2.5.55](v2.5.54...v2.5.55) (2024-06-03)

### Bug Fixes

* **dict:** Update dictionaries to latest versions ([#2056](#2056)) ([3dfe9ab](3dfe9ab))
* **dict:** Update dictionaries to latest versions ([#2063](#2063)) ([d33279c](d33279c))
* **dict:** Update dictionaries to latest versions ([#2071](#2071)) ([faad94b](faad94b))
* **dict:** Update dictionaries to latest versions ([#2074](#2074)) ([21f6459](21f6459))
* **dict:** Update dictionaries to latest versions ([#2084](#2084)) ([739f596](739f596))
  • Loading branch information
semantic-release-bot committed Jun 3, 2024
1 parent 739f596 commit 017b361
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ 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.5.55](https://github.com/melink14/rikaikun/compare/v2.5.54...v2.5.55) (2024-06-03)

### Bug Fixes

- **dict:** Update dictionaries to latest versions ([#2056](https://github.com/melink14/rikaikun/issues/2056)) ([3dfe9ab](https://github.com/melink14/rikaikun/commit/3dfe9abb244350f0b57bbae62043ba5b9bb138cb))
- **dict:** Update dictionaries to latest versions ([#2063](https://github.com/melink14/rikaikun/issues/2063)) ([d33279c](https://github.com/melink14/rikaikun/commit/d33279c0716c09c960b25a0e08d605aeca84e2ae))
- **dict:** Update dictionaries to latest versions ([#2071](https://github.com/melink14/rikaikun/issues/2071)) ([faad94b](https://github.com/melink14/rikaikun/commit/faad94b74126d691152389fc707ee99be1882c1c))
- **dict:** Update dictionaries to latest versions ([#2074](https://github.com/melink14/rikaikun/issues/2074)) ([21f6459](https://github.com/melink14/rikaikun/commit/21f6459ad92e9820e134ae5b02f757c05a15ad4f))
- **dict:** Update dictionaries to latest versions ([#2084](https://github.com/melink14/rikaikun/issues/2084)) ([739f596](https://github.com/melink14/rikaikun/commit/739f596d20826429f7292ecb71a1b3390e069500))

## [2.5.54](https://github.com/melink14/rikaikun/compare/v2.5.53...v2.5.54) (2024-04-30)

### 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.5.54",
"version": "2.5.55",
"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.5.54",
"version": "2.5.55",
"description": "rikaikun is a Chrome extension that helps you to read Japanese web pages by showing the reading and English definition of Japanese words when you hover over them.",
"private": true,
"engines": {
Expand Down

0 comments on commit 017b361

Please sign in to comment.