Skip to content

Commit

Permalink
chore(release): 1.6.0-beta.1
Browse files Browse the repository at this point in the history
# [1.6.0-beta.1](v1.5.0...v1.6.0-beta.1) (2024-04-24)

### Features

* make signer optional in sign message method ([#29](#29)) ([e97b736](e97b736))
  • Loading branch information
agoralabs-bot committed Apr 24, 2024
1 parent e97b736 commit 8778a81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.6.0-beta.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.5.0...v1.6.0-beta.1) (2024-04-24)


### Features

* make signer optional in sign message method ([#29](https://github.com/agoralabs-sh/avm-web-provider/issues/29)) ([e97b736](https://github.com/agoralabs-sh/avm-web-provider/commit/e97b736f2ed16b673dcfb39078ec83b2a68c9af7))

# [1.5.0](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.4.1...v1.5.0) (2024-04-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoralabs-sh/avm-web-provider",
"version": "1.5.0",
"version": "1.6.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",
Expand Down

0 comments on commit 8778a81

Please sign in to comment.