Skip to content

Commit 0497ebc

Browse files
authored
Release v7.0.2 (#250)
### Fixed - Fix XSS vulnerability on the `contract` query string parameter ([#248](#248))
1 parent 182afa1 commit 0497ebc

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [7.0.2]
10+
### Fixed
11+
- Fix XSS vulnerability on the `contract` query string parameter ([#248](https://github.com/MetaMask/test-dapp/pull/248))
12+
913
## [7.0.1]
1014
### Fixed
1115
- Fix issue where add watch NFT buttons introduced in `v7.0.0` called `wallet_watchAsset` with parameter tokenId typed as a number, rather than as a string ([#241](https://github.com/MetaMask/test-dapp/pull/241))
@@ -99,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99103
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
100104
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))
101105

102-
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v7.0.1...HEAD
106+
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v7.0.2...HEAD
107+
[7.0.2]: https://github.com/MetaMask/test-dapp/compare/v7.0.1...v7.0.2
103108
[7.0.1]: https://github.com/MetaMask/test-dapp/compare/v7.0.0...v7.0.1
104109
[7.0.0]: https://github.com/MetaMask/test-dapp/compare/v6.2.0...v7.0.0
105110
[6.2.0]: https://github.com/MetaMask/test-dapp/compare/v6.1.0...v6.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/test-dapp",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
66
"node": ">= 16.0.0"

0 commit comments

Comments
 (0)