Skip to content

Commit

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

### Bug Fixes

* watch accounts no longer lose the watch badge ([#321](#321)) ([47790cd](47790cd))

### Features

* add refresh activity button ([#320](#320)) ([c3650ec](c3650ec))
* display notification on new transactions ([#323](#323)) ([4f0ecbc](4f0ecbc))
  • Loading branch information
agoralabs-bot committed Sep 19, 2024
1 parent 780c7f4 commit ae4d2fa
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.1.0
- 2.0.0
- 1.18.1
- 1.18.0
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.1.0](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v2.0.0...v2.1.0) (2024-09-19)


### Bug Fixes

* watch accounts no longer lose the watch badge ([#321](https://github.com/agoralabs-sh/kibisis-web-extension/issues/321)) ([47790cd](https://github.com/agoralabs-sh/kibisis-web-extension/commit/47790cd621cedaa51edeaf3e8cb4adfa7e46bb45))


### Features

* add refresh activity button ([#320](https://github.com/agoralabs-sh/kibisis-web-extension/issues/320)) ([c3650ec](https://github.com/agoralabs-sh/kibisis-web-extension/commit/c3650ec0909fb0071ee2724f5b9284ad6071f0e9))
* display notification on new transactions ([#323](https://github.com/agoralabs-sh/kibisis-web-extension/issues/323)) ([4f0ecbc](https://github.com/agoralabs-sh/kibisis-web-extension/commit/4f0ecbc8ca3ebe25e2559c617f3b146f92135988))

# [2.1.0-beta.3](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v2.1.0-beta.2...v2.1.0-beta.3) (2024-09-19)


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

0 comments on commit ae4d2fa

Please sign in to comment.