Skip to content

Commit

Permalink
chore(release): 2.4.0-beta.3
Browse files Browse the repository at this point in the history
# [2.4.0-beta.3](v2.4.0-beta.2...v2.4.0-beta.3) (2024-10-18)

### Bug Fixes

* ignore non-utf-8 encoded notes ([#341](#341)) ([a24d369](a24d369))
  • Loading branch information
kibi-bot committed Oct 18, 2024
1 parent d5bdcb3 commit 12a6304
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.4.0-beta.3](https://github.com/kibis-is/web-extension/compare/v2.4.0-beta.2...v2.4.0-beta.3) (2024-10-18)


### Bug Fixes

* ignore non-utf-8 encoded notes ([#341](https://github.com/kibis-is/web-extension/issues/341)) ([a24d369](https://github.com/kibis-is/web-extension/commit/a24d3695c61c485f49254ca78682ee00af4e2aed))

## [2.3.2](https://github.com/kibis-is/web-extension/compare/v2.3.1...v2.3.2) (2024-10-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kibis-is/web-extension",
"version": "2.4.0-beta.2",
"version": "2.4.0-beta.3",
"description": "An AVM wallet that goes beyond just DeFi.",
"main": "build/main.js",
"repository": {
Expand Down
8 changes: 6 additions & 2 deletions src/manifest.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@
},
"content_scripts": [
{
"matches": ["*://*/*"],
"js": ["content-script.js"]
"matches": [
"*://*/*"
],
"js": [
"content-script.js"
]
}
],
"omnibox": {
Expand Down

0 comments on commit 12a6304

Please sign in to comment.