From c884d424980e9969ff6c4d36f1c1601e6a1087c9 Mon Sep 17 00:00:00 2001 From: agoralabs-bot Date: Wed, 6 Dec 2023 16:39:51 +0000 Subject: [PATCH] chore(release): 1.6.0-beta.4 # [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) ### 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)) --- .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 4fa95b36..5a3add95 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.6.0-beta.4 - 1.6.0-beta.3 - 1.6.0-beta.2 - 1.6.0-beta.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index c587a9cd..47ded3ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [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) + + +### 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)) + # [1.6.0-beta.3](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.6.0-beta.2...v1.6.0-beta.3) (2023-12-05) diff --git a/package.json b/package.json index a2db487f..e6fe3527 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agoralabs-sh/kibisis-web-extension", - "version": "1.6.0-beta.3", + "version": "1.6.0-beta.4", "description": "An AVM wallet in your browser that goes beyond just DeFi.", "main": "build/main.js", "repository": {