Skip to content

Commit

Permalink
chore(release): 2.2.0
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2024-09-22)

### Bug Fixes

* quota bytes error no longer hit when large amounts of account ([#325](#325)) ([ba63dda](ba63dda))

### Features

* add primary account ([#329](#329)) ([65cc8de](65cc8de))
* reorder accounts in the sidebar ([#327](#327)) ([1c50003](1c50003))
  • Loading branch information
agoralabs-bot committed Sep 22, 2024
1 parent 039c40c commit ddea539
Show file tree
Hide file tree
Showing 3 changed files with 15 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:
- 2.2.0
- 2.1.0
- 2.0.0
- 1.18.1
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.2.0](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v2.1.0...v2.2.0) (2024-09-22)


### Bug Fixes

* quota bytes error no longer hit when large amounts of account ([#325](https://github.com/agoralabs-sh/kibisis-web-extension/issues/325)) ([ba63dda](https://github.com/agoralabs-sh/kibisis-web-extension/commit/ba63dda948dd5c1c4572e7844faa9b3356840f0c))


### Features

* add primary account ([#329](https://github.com/agoralabs-sh/kibisis-web-extension/issues/329)) ([65cc8de](https://github.com/agoralabs-sh/kibisis-web-extension/commit/65cc8de37f44587a3019b7a34d6c3f112b1226aa))
* reorder accounts in the sidebar ([#327](https://github.com/agoralabs-sh/kibisis-web-extension/issues/327)) ([1c50003](https://github.com/agoralabs-sh/kibisis-web-extension/commit/1c500031d85b6b6bdece059f0f6a28d4981cb5b1))

# [2.2.0-beta.2](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v2.2.0-beta.1...v2.2.0-beta.2) (2024-09-22)


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": "2.2.0-beta.2",
"version": "2.2.0",
"description": "An AVM wallet that goes beyond just DeFi.",
"main": "build/main.js",
"repository": {
Expand Down

0 comments on commit ddea539

Please sign in to comment.