Skip to content

Commit c9cd0a2

Browse files
release candidate 9.6.0 (#418)
1 parent 6d01c47 commit c9cd0a2

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [9.6.0]
9+
### Added
10+
- Add swap comparison card ([#417](https://github.com/MetaMask/test-dapp/pull/417))
11+
812
## [9.5.0]
913
### Added
1014
- Add network picker ([#414](https://github.com/MetaMask/test-dapp/pull/414))
@@ -95,7 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9599

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

100104
## [8.6.0]
101105
### Added
@@ -262,7 +266,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
262266
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
263267
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))
264268

265-
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.5.0...HEAD
269+
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.6.0...HEAD
270+
[9.6.0]: https://github.com/MetaMask/test-dapp/compare/v9.5.0...v9.6.0
266271
[9.5.0]: https://github.com/MetaMask/test-dapp/compare/v9.4.0...v9.5.0
267272
[9.4.0]: https://github.com/MetaMask/test-dapp/compare/v9.3.0...v9.4.0
268273
[9.3.0]: https://github.com/MetaMask/test-dapp/compare/v9.2.0...v9.3.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": "9.5.0",
3+
"version": "9.6.0",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
66
"node": ">= 18.0.0"

0 commit comments

Comments
 (0)