Skip to content

Commit

Permalink
chore(release): 1.17.1
Browse files Browse the repository at this point in the history
## [1.17.1](v1.17.0...v1.17.1) (2024-07-03)

### Bug Fixes

* add auth address when simulating a transaction to get the box references ([#262](#262)) ([1862666](1862666))
  • Loading branch information
agoralabs-bot committed Jul 3, 2024
1 parent 1862666 commit 45328cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 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.17.1
- 1.17.0
- 1.16.0
- 1.15.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.17.1](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.17.0...v1.17.1) (2024-07-03)


### Bug Fixes

* add auth address when simulating a transaction to get the box references ([#262](https://github.com/agoralabs-sh/kibisis-web-extension/issues/262)) ([1862666](https://github.com/agoralabs-sh/kibisis-web-extension/commit/1862666eccc6d8cbfe27cff58d9428e0bdb49545))

# [1.17.0](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.16.0...v1.17.0) (2024-06-17)


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.17.0",
"version": "1.17.1",
"description": "An AVM wallet in your browser that goes beyond just DeFi.",
"main": "build/main.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Kibisis",
"version": "1.17.0",
"version": "1.17.1",
"description": "An AVM wallet in your browser that goes beyond just DeFi.",
"author": "Agora Labs",
"icons": {
Expand Down

0 comments on commit 45328cc

Please sign in to comment.