Skip to content

Commit

Permalink
chore(release): 1.3.0-beta.1
Browse files Browse the repository at this point in the history
# [1.3.0-beta.1](v1.2.0...v1.3.0-beta.1) (2024-04-20)

### Features

* bundle single javascript file for non-package manager apps ([#22](#22)) ([77414ee](77414ee))
  • Loading branch information
agoralabs-bot committed Apr 20, 2024
1 parent 77414ee commit 2028400
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.3.0-beta.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.2.0...v1.3.0-beta.1) (2024-04-20)


### Features

* bundle single javascript file for non-package manager apps ([#22](https://github.com/agoralabs-sh/avm-web-provider/issues/22)) ([77414ee](https://github.com/agoralabs-sh/avm-web-provider/commit/77414eef80008cbfe36c473bcda540d9ddc201bc))

# [1.2.0](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.1.0...v1.2.0) (2024-04-11)


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.2.0",
"version": "1.3.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 2028400

Please sign in to comment.