From d71534f4491e2fff5dad0ed47e2c4f5f372941b4 Mon Sep 17 00:00:00 2001 From: agoralabs-bot Date: Wed, 11 Sep 2024 07:55:19 +0000 Subject: [PATCH] chore(release): 1.7.0-beta.1 # [1.7.0-beta.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.6.2...v1.7.0-beta.1) (2024-09-11) ### Features * enforce provider id message filtering ([#36](https://github.com/agoralabs-sh/avm-web-provider/issues/36)) ([5762685](https://github.com/agoralabs-sh/avm-web-provider/commit/5762685b0a3fadd7d85e2a64231d0e7fcaa79524)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b0239..909f916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0-beta.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.6.2...v1.7.0-beta.1) (2024-09-11) + + +### Features + +* enforce provider id message filtering ([#36](https://github.com/agoralabs-sh/avm-web-provider/issues/36)) ([5762685](https://github.com/agoralabs-sh/avm-web-provider/commit/5762685b0a3fadd7d85e2a64231d0e7fcaa79524)) + ## [1.6.2](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.6.1...v1.6.2) (2024-05-30) diff --git a/package.json b/package.json index 954c2a1..427f806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agoralabs-sh/avm-web-provider", - "version": "1.6.2", + "version": "1.7.0-beta.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",