Skip to content

Commit 8ff755b

Browse files
chore(release): 3.2.22
## [3.2.22](v3.2.21...v3.2.22) (2026-02-16) ### Bug Fixes * **dict:** Update dictionaries to latest versions ([#2877](#2877)) ([e88d45b](e88d45b))
1 parent e88d45b commit 8ff755b

File tree

4 files changed

+10
-183
lines changed

4 files changed

+10
-183
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ consistently version releases as follows:
77
- Minor: New user visible feature added. (contains feat commits)
88
- Patch: Bug fix to previous feature. (contains only fix commits)
99

10+
## [3.2.22](https://github.com/melink14/rikaikun/compare/v3.2.21...v3.2.22) (2026-02-16)
11+
12+
### Bug Fixes
13+
14+
- **dict:** Update dictionaries to latest versions ([#2877](https://github.com/melink14/rikaikun/issues/2877)) ([e88d45b](https://github.com/melink14/rikaikun/commit/e88d45b7c3884b69d2964ee2446ff60a1986b61a))
15+
1016
## [3.2.21](https://github.com/melink14/rikaikun/compare/v3.2.20...v3.2.21) (2026-02-09)
1117

1218
### Bug Fixes

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "rikaikun",
4-
"version": "3.2.21",
4+
"version": "3.2.22",
55
"minimum_chrome_version": "109",
66
"description": "rikaikun shows the reading and English definition of Japanese words when you hover over Japanese text in the browser.",
77
"icons": {

package-lock.json

Lines changed: 2 additions & 181 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rikaikun",
3-
"version": "3.2.21",
3+
"version": "3.2.22",
44
"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.",
55
"private": true,
66
"engines": {

0 commit comments

Comments
 (0)