Skip to content

Commit a2f6050

Browse files
authored
rc candidate (#407)
1 parent 57d3df4 commit a2f6050

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.4.0]
9+
### Added
10+
- Add malicious send calls ([#401](https://github.com/MetaMask/test-dapp/pull/401))
11+
812
## [9.3.0]
913
### Added
1014
- feat: support version 2.0.0 of EIP-5792 ([#402](https://github.com/MetaMask/test-dapp/pull/402))
@@ -253,7 +257,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253257
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
254258
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))
255259

256-
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.3.0...HEAD
260+
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.4.0...HEAD
261+
[9.4.0]: https://github.com/MetaMask/test-dapp/compare/v9.3.0...v9.4.0
257262
[9.3.0]: https://github.com/MetaMask/test-dapp/compare/v9.2.0...v9.3.0
258263
[9.2.0]: https://github.com/MetaMask/test-dapp/compare/v9.1.0...v9.2.0
259264
[9.1.0]: https://github.com/MetaMask/test-dapp/compare/v9.0.0...v9.1.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.3.0",
3+
"version": "9.4.0",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
66
"node": ">= 18.0.0"

0 commit comments

Comments
 (0)