From 33fc3d319ff8e1adbc96fe8fb9edc175ffcf7cc5 Mon Sep 17 00:00:00 2001 From: agoralabs-bot Date: Wed, 24 Apr 2024 15:44:44 +0000 Subject: [PATCH] chore(release): 1.5.0-beta.1 # [1.5.0-beta.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.4.1...v1.5.0-beta.1) (2024-04-24) ### Features * implement sign message method ([#28](https://github.com/agoralabs-sh/avm-web-provider/issues/28)) ([ef1e929](https://github.com/agoralabs-sh/avm-web-provider/commit/ef1e92978a74a15876f7ac4d0a8d84fbd82eb6d2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b543b..d5a5fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0-beta.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.4.1...v1.5.0-beta.1) (2024-04-24) + + +### Features + +* implement sign message method ([#28](https://github.com/agoralabs-sh/avm-web-provider/issues/28)) ([ef1e929](https://github.com/agoralabs-sh/avm-web-provider/commit/ef1e92978a74a15876f7ac4d0a8d84fbd82eb6d2)) + ## [1.4.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.4.0...v1.4.1) (2024-04-23) diff --git a/package.json b/package.json index 4a0d72a..349f295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agoralabs-sh/avm-web-provider", - "version": "1.4.1", + "version": "1.5.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",