Skip to content

Commit

Permalink
v5.2.1 (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Stacey <[email protected]>
  • Loading branch information
PeterYinusa and Gudahtt authored Sep 26, 2022
1 parent a0ce5c1 commit e014648
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]

## [5.2.1]
### Added
- Add button to revoke NFT allowances ([#187](git+https://github.com/MetaMask/test-dapp/pull/187))

## [5.2.0]
### Added
- Add NFT contract interaction buttons ([#181](git+https://github.com/MetaMask/test-dapp/pull/181))
Expand Down Expand Up @@ -42,7 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix repository standardization issues ([#118](git+https://github.com/MetaMask/test-dapp/pull/118))
- Fix addEthereumChain button disable logic ([#93](git+https://github.com/MetaMask/test-dapp/pull/93))

[Unreleased]: git+https://github.com/MetaMask/test-dapp/compare/v5.1.1...HEAD
[Unreleased]: git+https://github.com/MetaMask/test-dapp/compare/v5.2.0...HEAD
[5.2.0]: git+https://github.com/MetaMask/test-dapp/compare/v5.1.1...v5.2.0
[5.1.1]: git+https://github.com/MetaMask/test-dapp/compare/v5.1.0...v5.1.1
[5.1.0]: git+https://github.com/MetaMask/test-dapp/compare/v5.0.0...v5.1.0
[5.0.0]: git+https://github.com/MetaMask/test-dapp/releases/tag/v5.0.0
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.2.0",
"version": "5.2.1",
"description": "A simple dapp used in MetaMask e2e tests.",
"engines": {
"node": ">= 12.0.0"
Expand Down

0 comments on commit e014648

Please sign in to comment.