Skip to content

Commit

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

### Features

* implement `post_transactions` method ([#13](#13)) ([3655d7a](3655d7a))
  • Loading branch information
agoralabs-bot committed Apr 7, 2024
1 parent 3655d7a commit ffd752d
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.3](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.0.0-beta.2...v1.0.0-beta.3) (2024-04-07)


### Features

* implement `post_transactions` method ([#13](https://github.com/agoralabs-sh/avm-web-provider/issues/13)) ([3655d7a](https://github.com/agoralabs-sh/avm-web-provider/commit/3655d7a0bb99e2ecb31e6e25b260cc850be8326f))

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


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.2",
"version": "1.0.0-beta.3",
"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 ffd752d

Please sign in to comment.