Skip to content

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2024-08-26)

### Bug Fixes

* Allow popup.css to be accessed from all URLs ([#2174](#2174)) ([5b0f3c1](5b0f3c1))
* **dict:** Update dictionaries to latest versions ([#2148](#2148)) ([c23d032](c23d032))
* **google-docs:** Set docs_annotate_canvas property in a MV3 compliant manner ([#2176](#2176)) ([a09ddaf](a09ddaf)), closes [#2175](#2175)
  • Loading branch information
semantic-release-bot committed Aug 26, 2024
1 parent c23d032 commit fb2c95e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ 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.1](https://github.com/melink14/rikaikun/compare/v3.0.0...v3.0.1) (2024-08-26)

### Bug Fixes

- Allow popup.css to be accessed from all URLs ([#2174](https://github.com/melink14/rikaikun/issues/2174)) ([5b0f3c1](https://github.com/melink14/rikaikun/commit/5b0f3c145d0333cf2a9e0824e0730ef008020134))
- **dict:** Update dictionaries to latest versions ([#2148](https://github.com/melink14/rikaikun/issues/2148)) ([c23d032](https://github.com/melink14/rikaikun/commit/c23d03232851755123b3de6adb911410445ed407))
- **google-docs:** Set docs_annotate_canvas property in a MV3 compliant manner ([#2176](https://github.com/melink14/rikaikun/issues/2176)) ([a09ddaf](https://github.com/melink14/rikaikun/commit/a09ddaf1853da768980c4af901e53c52d05ba89c)), closes [#2175](https://github.com/melink14/rikaikun/issues/2175)

## [3.0.0](https://github.com/melink14/rikaikun/compare/v2.5.61...v3.0.0) (2024-08-25)

### ⚠ BREAKING CHANGES
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.0",
"version": "3.0.1",
"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.0",
"version": "3.0.1",
"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 fb2c95e

Please sign in to comment.