Skip to content

Commit 405adbd

Browse files
seaonaffmcgee725
andauthored
Release candidate v9.5.0 (#415)
* v9.5.0 * Joao suggestion Co-authored-by: ffmcgee <51971598+ffmcgee725@users.noreply.github.com> --------- Co-authored-by: ffmcgee <51971598+ffmcgee725@users.noreply.github.com>
1 parent 96b4d07 commit 405adbd

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.5.0]
9+
### Added
10+
- Add network picker ([#414](https://github.com/MetaMask/test-dapp/pull/414))
11+
- Add batch approval button ([#410](https://github.com/MetaMask/test-dapp/pull/410))
12+
813
## [9.4.0]
914
### Added
1015
- Add malicious send calls ([#401](https://github.com/MetaMask/test-dapp/pull/401))
@@ -257,7 +262,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
257262
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
258263
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))
259264

260-
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.4.0...HEAD
265+
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.5.0...HEAD
266+
[9.5.0]: https://github.com/MetaMask/test-dapp/compare/v9.4.0...v9.5.0
261267
[9.4.0]: https://github.com/MetaMask/test-dapp/compare/v9.3.0...v9.4.0
262268
[9.3.0]: https://github.com/MetaMask/test-dapp/compare/v9.2.0...v9.3.0
263269
[9.2.0]: https://github.com/MetaMask/test-dapp/compare/v9.1.0...v9.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": "9.4.0",
3+
"version": "9.5.0",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
66
"node": ">= 18.0.0"

0 commit comments

Comments
 (0)