From 595e3691c342fadfa57e6b6e33b20723b087ed3e Mon Sep 17 00:00:00 2001 From: agoralabs-bot Date: Sun, 28 Apr 2024 16:31:24 +0000 Subject: [PATCH] chore(release): 1.6.1 ## [1.6.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.6.0...v1.6.1) (2024-04-28) ### Bug Fixes * manual export as global ([#31](https://github.com/agoralabs-sh/avm-web-provider/issues/31)) ([6b2d8fa](https://github.com/agoralabs-sh/avm-web-provider/commit/6b2d8faf6ad7fd959f866485f18b5b6f3357d108)) --- .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 1f08833..47c9432 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.1 - 1.6.0 - 1.5.0 - 1.4.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5eec0..146102e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.6.0...v1.6.1) (2024-04-28) + + +### Bug Fixes + +* manual export as global ([#31](https://github.com/agoralabs-sh/avm-web-provider/issues/31)) ([6b2d8fa](https://github.com/agoralabs-sh/avm-web-provider/commit/6b2d8faf6ad7fd959f866485f18b5b6f3357d108)) + ## [1.6.1-beta.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.6.0...v1.6.1-beta.1) (2024-04-28) diff --git a/package.json b/package.json index 2338435..8f9baa0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agoralabs-sh/avm-web-provider", - "version": "1.6.1-beta.1", + "version": "1.6.1", "description": "A TypeScript implementation that allows clients to connect and interact with web-based providers.", "main": "dist/index.js", "types": "dist/index.d.ts",