From 050da9c25b4c36a7a11f5d54f149b75976092559 Mon Sep 17 00:00:00 2001 From: seaona Date: Tue, 19 Aug 2025 18:23:36 +0200 Subject: [PATCH 1/2] v9.5.0 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c1d6a8..f5c1eef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.5.0] +### Added +- feat: add network picker ([#414](https://github.com/MetaMask/test-dapp/pull/414)) +- feat: add batch approval button ([#410](https://github.com/MetaMask/test-dapp/pull/410)) + ## [9.4.0] ### Added - 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 - 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.4.0...HEAD +[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.5.0...HEAD +[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 [9.2.0]: https://github.com/MetaMask/test-dapp/compare/v9.1.0...v9.2.0 diff --git a/package.json b/package.json index ac50d2a1..e01823a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp", - "version": "9.4.0", + "version": "9.5.0", "description": "A simple dapp used in MetaMask e2e tests.", "engines": { "node": ">= 18.0.0" From 8f2a78567d49fdac31e7dc0d7991f324ed4d0f68 Mon Sep 17 00:00:00 2001 From: seaona <54408225+seaona@users.noreply.github.com> Date: Tue, 19 Aug 2025 19:13:55 +0200 Subject: [PATCH 2/2] Joao suggestion Co-authored-by: ffmcgee <51971598+ffmcgee725@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c1eef6..450158f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [9.5.0] ### Added -- feat: add network picker ([#414](https://github.com/MetaMask/test-dapp/pull/414)) -- feat: add batch approval button ([#410](https://github.com/MetaMask/test-dapp/pull/410)) +- Add network picker ([#414](https://github.com/MetaMask/test-dapp/pull/414)) +- Add batch approval button ([#410](https://github.com/MetaMask/test-dapp/pull/410)) ## [9.4.0] ### Added