Skip to content

Commit

Permalink
chore(release): 1.6.1
Browse files Browse the repository at this point in the history
## [1.6.1](v1.6.0...v1.6.1) (2024-04-28)

### Bug Fixes

* manual export as global ([#31](#31)) ([6b2d8fa](6b2d8fa))
  • Loading branch information
agoralabs-bot committed Apr 28, 2024
1 parent 8fcc551 commit 595e369
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body:
label: Version
description: What version of the software are you running?
options:
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.1
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.6.0...v1.6.1) (2024-04-28)


### Bug Fixes

* manual export as global ([#31](https://github.com/agoralabs-sh/avm-web-provider/issues/31)) ([6b2d8fa](https://github.com/agoralabs-sh/avm-web-provider/commit/6b2d8faf6ad7fd959f866485f18b5b6f3357d108))

## [1.6.1-beta.1](https://github.com/agoralabs-sh/avm-web-provider/compare/v1.6.0...v1.6.1-beta.1) (2024-04-28)


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.6.1-beta.1",
"version": "1.6.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 595e369

Please sign in to comment.