Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.6
Browse files Browse the repository at this point in the history
# [1.0.0-beta.6](v1.0.0-beta.5...v1.0.0-beta.6) (2024-04-09)

### Features

* implement sign transactions method ([#16](#16)) ([c89f421](c89f421))
  • Loading branch information
agoralabs-bot committed Apr 9, 2024
1 parent c89f421 commit 40df82e
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.0.0-beta.6](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.0.0-beta.5...v1.0.0-beta.6) (2024-04-09)


### Features

* implement sign transactions method ([#16](https://github.com/agoralabs-sh/avm-web-provider/issues/16)) ([c89f421](https://github.com/agoralabs-sh/avm-web-provider/commit/c89f421547e0c10f5c2f6a5fe0a76b036dba4e5d))

# [1.0.0-beta.5](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2024-04-09)


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.0.0-beta.5",
"version": "1.0.0-beta.6",
"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 40df82e

Please sign in to comment.