Skip to content

Commit

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

### Bug Fixes

* registration window not closing on chrome ([#39](#39)) ([0834389](0834389))

### Features

* add voi testnet block explorer ([#38](#38)) ([b7498d1](b7498d1))
* send native currency and asas to another account ([#37](#37)) ([525727c](525727c))
* use testnet by default and add settings option to allow mainnet ([#36](#36)) ([593785b](593785b))
  • Loading branch information
agoralabs-bot committed Dec 6, 2023
1 parent c884d42 commit f73e910
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.6.0](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.5.2...v1.6.0) (2023-12-06)


### Bug Fixes

* registration window not closing on chrome ([#39](https://github.com/agoralabs-sh/kibisis-web-extension/issues/39)) ([0834389](https://github.com/agoralabs-sh/kibisis-web-extension/commit/08343899caf3782126b53eaaf2dd56066141cea6))


### Features

* add voi testnet block explorer ([#38](https://github.com/agoralabs-sh/kibisis-web-extension/issues/38)) ([b7498d1](https://github.com/agoralabs-sh/kibisis-web-extension/commit/b7498d1c6582a35919b664cb12c4314d46fac69b))
* 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))
* use testnet by default and add settings option to allow mainnet ([#36](https://github.com/agoralabs-sh/kibisis-web-extension/issues/36)) ([593785b](https://github.com/agoralabs-sh/kibisis-web-extension/commit/593785be20c48413290ad2b3d6c72205ba251a3f))

# [1.6.0-beta.4](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.6.0-beta.3...v1.6.0-beta.4) (2023-12-06)


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.4",
"version": "1.6.0",
"description": "An AVM wallet in your browser that goes beyond just DeFi.",
"main": "build/main.js",
"repository": {
Expand Down

0 comments on commit f73e910

Please sign in to comment.