From 1cf359ddc95181c6206a961ef129539637e28be2 Mon Sep 17 00:00:00 2001 From: agoralabs-bot Date: Mon, 22 Apr 2024 13:57:08 +0000 Subject: [PATCH] chore(release): 1.4.0 # [1.4.0](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.3.1...v1.4.0) (2024-04-22) ### Features * use window dispatch event ([#25](https://github.com/agoralabs-sh/avm-web-provider/issues/25)) ([4e59039](https://github.com/agoralabs-sh/avm-web-provider/commit/4e59039ec642df992860f008c82ab59d07b2bb58)) --- .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 391384a..d148113 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.4.0 - 1.3.1 - 1.3.0 - 1.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index dc92bd4..1b370f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.3.1...v1.4.0) (2024-04-22) + + +### Features + +* use window dispatch event ([#25](https://github.com/agoralabs-sh/avm-web-provider/issues/25)) ([4e59039](https://github.com/agoralabs-sh/avm-web-provider/commit/4e59039ec642df992860f008c82ab59d07b2bb58)) + # [1.4.0-beta.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.3.1...v1.4.0-beta.1) (2024-04-22) diff --git a/package.json b/package.json index 5d63958..3709bd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agoralabs-sh/avm-web-provider", - "version": "1.4.0-beta.1", + "version": "1.4.0", "description": "A TypeScript implementation that allows clients to connect and interact with web-based providers.", "main": "dist/index.js", "types": "dist/index.d.ts",