Skip to content

Commit

Permalink
v5.4.0 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
seaona authored Feb 8, 2023
1 parent 7bc44d2 commit 9a91811
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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]

## [5.4.0]
### Added
- Add a Multisig section to test Sending ETH to Multisig Wallets ([#209](https://github.com/MetaMask/test-dapp/pull/209))

## [5.3.0]
### Added
- Add a Sign In With Ethereum (SIWE) section to test signing messages that conform to [EIP-4361 spec](https://eips.ethereum.org/EIPS/eip-4361) ([#164](https://github.com/MetaMask/test-dapp/pull/164))
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": "5.3.0",
"version": "5.4.0",
"description": "A simple dapp used in MetaMask e2e tests.",
"engines": {
"node": ">= 12.0.0"
Expand Down

0 comments on commit 9a91811

Please sign in to comment.