Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [9.6.0]
### Added
- Add swap comparison card ([#417](https://github.com/MetaMask/test-dapp/pull/417))

## [9.5.0]
### Added
- Add network picker ([#414](https://github.com/MetaMask/test-dapp/pull/414))
Expand Down Expand Up @@ -95,7 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- Fix Permit signature domain by following EIP-712 ([#319](https://github.com/MetaMask/test-dapp/pull/319))
- Fix queue transactions with correct malicious recipient address ([#322](https://github.com/MetaMask/test-dapp/pull/322))
- Fix queue transactions with correct malicious recipient address ([#322](https://github.com/MetaMask/test-dapp/pull/322))

## [8.6.0]
### Added
Expand Down Expand Up @@ -262,7 +266,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/v9.5.0...HEAD
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.6.0...HEAD
[9.6.0]: https://github.com/MetaMask/test-dapp/compare/v9.5.0...v9.6.0
[9.5.0]: https://github.com/MetaMask/test-dapp/compare/v9.4.0...v9.5.0
[9.4.0]: https://github.com/MetaMask/test-dapp/compare/v9.3.0...v9.4.0
[9.3.0]: https://github.com/MetaMask/test-dapp/compare/v9.2.0...v9.3.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": "9.5.0",
"version": "9.6.0",
"description": "A simple dapp used in MetaMask e2e tests.",
"engines": {
"node": ">= 18.0.0"
Expand Down