Skip to content

Commit 554a788

Browse files
authored
Release candidate v9.3.0 (#403)
1 parent 25664e3 commit 554a788

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.3.0]
9+
### Added
10+
- feat: support version 2.0.0 of EIP-5792 ([#402](https://github.com/MetaMask/test-dapp/pull/402))
11+
812
## [9.2.0]
913
### Changed
1014
- Support updated send calls result ([#396](https://github.com/MetaMask/test-dapp/pull/396))
@@ -249,7 +253,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
249253
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
250254
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))
251255

252-
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.2.0...HEAD
256+
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.3.0...HEAD
257+
[9.3.0]: https://github.com/MetaMask/test-dapp/compare/v9.2.0...v9.3.0
253258
[9.2.0]: https://github.com/MetaMask/test-dapp/compare/v9.1.0...v9.2.0
254259
[9.1.0]: https://github.com/MetaMask/test-dapp/compare/v9.0.0...v9.1.0
255260
[9.0.0]: https://github.com/MetaMask/test-dapp/compare/v8.13.0...v9.0.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.2.0",
3+
"version": "9.3.0",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
66
"node": ">= 18.0.0"

0 commit comments

Comments
 (0)