Skip to content

Commit

Permalink
chore(release): 1.6.0-beta.2
Browse files Browse the repository at this point in the history
# [1.6.0-beta.2](v1.6.0-beta.1...v1.6.0-beta.2) (2023-12-05)

### Features

* send native currency and asas to another account ([#37](#37)) ([525727c](525727c))
  • Loading branch information
agoralabs-bot committed Dec 5, 2023
1 parent 525727c commit 99c8959
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body:
label: Version
description: What version of the software are you running?
options:
- 1.6.0-beta.2
- 1.6.0-beta.1
- 1.5.2
- 1.5.1
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.6.0-beta.2](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.6.0-beta.1...v1.6.0-beta.2) (2023-12-05)


### Features

* send native currency and asas to another account ([#37](https://github.com/agoralabs-sh/kibisis-web-extension/issues/37)) ([525727c](https://github.com/agoralabs-sh/kibisis-web-extension/commit/525727c840eea34ee6698e38a0d13f787d53f4dc))

# [1.6.0-beta.1](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.5.2...v1.6.0-beta.1) (2023-11-28)


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": "@agoralabs-sh/kibisis-web-extension",
"version": "1.6.0-beta.1",
"version": "1.6.0-beta.2",
"description": "An AVM wallet in your browser 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"
]
}
]
}

0 comments on commit 99c8959

Please sign in to comment.