Skip to content

Commit

Permalink
chore(release): 2.4.0-beta.5
Browse files Browse the repository at this point in the history
# [2.4.0-beta.5](v2.4.0-beta.4...v2.4.0-beta.5) (2024-11-16)

### Features

* group accounts ([#343](#343)) ([28dc915](28dc915))
  • Loading branch information
kibi-bot committed Nov 16, 2024
1 parent 28dc915 commit a8cbc2a
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.5](https://github.com/kibis-is/web-extension/compare/v2.4.0-beta.4...v2.4.0-beta.5) (2024-11-16)


### Features

* group accounts ([#343](https://github.com/kibis-is/web-extension/issues/343)) ([28dc915](https://github.com/kibis-is/web-extension/commit/28dc9153cbd05df839c1d229b68e167dfe400811))

# [2.4.0-beta.4](https://github.com/kibis-is/web-extension/compare/v2.4.0-beta.3...v2.4.0-beta.4) (2024-10-30)


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.4",
"version": "2.4.0-beta.5",
"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 a8cbc2a

Please sign in to comment.