Skip to content

Commit

Permalink
Release v6.1.0 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudahtt authored May 1, 2023
1 parent ea845d0 commit a44830c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.1.0]
### Added
- Add page for making a request with query parameters ([#227](https://github.com/MetaMask/test-dapp/pull/227))

## [6.0.0]
### Added
- Add section to trigger wallet_watchAsset ([#222](https://github.com/MetaMask/test-dapp/pull/222))
Expand Down Expand Up @@ -77,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))

[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v6.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v6.1.0...HEAD
[6.1.0]: https://github.com/MetaMask/test-dapp/compare/v6.0.0...v6.1.0
[6.0.0]: https://github.com/MetaMask/test-dapp/compare/v5.7.0...v6.0.0
[5.7.0]: https://github.com/MetaMask/test-dapp/compare/v5.6.0...v5.7.0
[5.6.0]: https://github.com/MetaMask/test-dapp/compare/v5.5.0...v5.6.0
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": "@metamask/test-dapp",
"version": "6.0.0",
"version": "6.1.0",
"description": "A simple dapp used in MetaMask e2e tests.",
"engines": {
"node": ">= 16.0.0"
Expand Down

0 comments on commit a44830c

Please sign in to comment.