Skip to content

Commit

Permalink
chore(release): 3.0.5
Browse files Browse the repository at this point in the history
## [3.0.5](v3.0.4...v3.0.5) (2024-09-30)

### Bug Fixes

* **dict:** Update dictionaries to latest versions ([#2235](#2235)) ([52ca237](52ca237))
  • Loading branch information
semantic-release-bot committed Sep 30, 2024
1 parent 52ca237 commit 3aa4d05
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)

## [3.0.5](https://github.com/melink14/rikaikun/compare/v3.0.4...v3.0.5) (2024-09-30)

### Bug Fixes

- **dict:** Update dictionaries to latest versions ([#2235](https://github.com/melink14/rikaikun/issues/2235)) ([52ca237](https://github.com/melink14/rikaikun/commit/52ca23748bb8d1c4a18e570cc154e979f825dbf4))

## [3.0.4](https://github.com/melink14/rikaikun/compare/v3.0.3...v3.0.4) (2024-09-23)

### 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": 3,
"name": "rikaikun",
"version": "3.0.4",
"version": "3.0.5",
"minimum_chrome_version": "109",
"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": "3.0.4",
"version": "3.0.5",
"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 3aa4d05

Please sign in to comment.