From 9bea549bceb649c29a2ab9278f002d46d5a80df3 Mon Sep 17 00:00:00 2001 From: agoralabs-bot Date: Tue, 12 Dec 2023 12:38:59 +0000 Subject: [PATCH] chore(release): 1.7.0-beta.2 # [1.7.0-beta.2](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.7.0-beta.1...v1.7.0-beta.2) (2023-12-12) ### Bug Fixes * new recursive refresh txns mechanism and account info and txns are pooled together ([#47](https://github.com/agoralabs-sh/kibisis-web-extension/issues/47)) ([04ec48a](https://github.com/agoralabs-sh/kibisis-web-extension/commit/04ec48aa79c467c28d5d6dcac9d206156d65651f)) --- .github/ISSUE_TEMPLATE/bug_report_template.yml | 1 + CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report_template.yml b/.github/ISSUE_TEMPLATE/bug_report_template.yml index 6d8d041a..e2899b23 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_template.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_template.yml @@ -26,6 +26,7 @@ body: label: Version description: What version of the software are you running? options: + - 1.7.0-beta.2 - 1.7.0-beta.1 - 1.6.1-beta.2 - 1.6.1-beta.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 287e8c38..0ed74f03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0-beta.2](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.7.0-beta.1...v1.7.0-beta.2) (2023-12-12) + + +### Bug Fixes + +* new recursive refresh txns mechanism and account info and txns are pooled together ([#47](https://github.com/agoralabs-sh/kibisis-web-extension/issues/47)) ([04ec48a](https://github.com/agoralabs-sh/kibisis-web-extension/commit/04ec48aa79c467c28d5d6dcac9d206156d65651f)) + # [1.7.0-beta.1](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.6.1-beta.2...v1.7.0-beta.1) (2023-12-12) diff --git a/package.json b/package.json index b4f0eca0..196ccdbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agoralabs-sh/kibisis-web-extension", - "version": "1.7.0-beta.1", + "version": "1.7.0-beta.2", "description": "An AVM wallet in your browser that goes beyond just DeFi.", "main": "build/main.js", "repository": {