Skip to content

Commit

Permalink
chore(release): 1.14.0
Browse files Browse the repository at this point in the history
# [1.14.0](v1.13.0...v1.14.0) (2024-03-12)

### Bug Fixes

* set focus to new app window upon creation ([#202](#202)) ([f7b7577](f7b7577))

### Features

* display arc-0072 nft asset ([#198](#198)) ([2bb3d28](2bb3d28))
* dont allow adding of standard asset if account balance is below the minimum balance requirement ([#199](#199)) ([272a01a](272a01a))
* dont allow sending of assets if account is below the minimum balance ([#200](#200)) ([093db24](093db24))
* remove standard asset ([#203](#203)) ([7d7c258](7d7c258))
  • Loading branch information
agoralabs-bot committed Mar 12, 2024
1 parent 6381ba3 commit 879e9b5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
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.14.0
- 1.13.0
- 1.12.1
- 1.12.0
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.14.0](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.13.0...v1.14.0) (2024-03-12)


### Bug Fixes

* set focus to new app window upon creation ([#202](https://github.com/agoralabs-sh/kibisis-web-extension/issues/202)) ([f7b7577](https://github.com/agoralabs-sh/kibisis-web-extension/commit/f7b757785c0df8bec6da6b5e08c3ddbd421e0649))


### Features

* display arc-0072 nft asset ([#198](https://github.com/agoralabs-sh/kibisis-web-extension/issues/198)) ([2bb3d28](https://github.com/agoralabs-sh/kibisis-web-extension/commit/2bb3d28e87a8f07ff6eeb3e2f0058710e1c1867f))
* dont allow adding of standard asset if account balance is below the minimum balance requirement ([#199](https://github.com/agoralabs-sh/kibisis-web-extension/issues/199)) ([272a01a](https://github.com/agoralabs-sh/kibisis-web-extension/commit/272a01a752fb9977fe50add2cdb0142e8ce57714))
* dont allow sending of assets if account is below the minimum balance ([#200](https://github.com/agoralabs-sh/kibisis-web-extension/issues/200)) ([093db24](https://github.com/agoralabs-sh/kibisis-web-extension/commit/093db247c18ffee90185a6a1228c511968539057))
* remove standard asset ([#203](https://github.com/agoralabs-sh/kibisis-web-extension/issues/203)) ([7d7c258](https://github.com/agoralabs-sh/kibisis-web-extension/commit/7d7c258f44847c4d4a170ee2517ab9a2139d30ba))

# [1.14.0-beta.5](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.14.0-beta.4...v1.14.0-beta.5) (2024-03-12)


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

0 comments on commit 879e9b5

Please sign in to comment.