Skip to content

Commit

Permalink
v5.5.0 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmashuang authored Feb 22, 2023
1 parent 8a07fee commit 3e08cc4
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.5.0]
### Added
- Add ERC1155 token section with Batch Minting and Batch Transfers ([#212](https://github.com/MetaMask/test-dapp/pull/212))

## [5.4.0]
### Added
- Add a Multisig section to test Sending ETH to Multisig Wallets ([#209](https://github.com/MetaMask/test-dapp/pull/209))
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.4.0",
"version": "5.5.0",
"description": "A simple dapp used in MetaMask e2e tests.",
"engines": {
"node": ">= 12.0.0"
Expand Down

0 comments on commit 3e08cc4

Please sign in to comment.