Skip to content

Commit dd388e3

Browse files
authored
release candidate 9.1.0 (#394)
1 parent 665fa02 commit dd388e3

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.1.0]
9+
### Added
10+
- feat: add EIP-5792 section ([#388](https://github.com/MetaMask/test-dapp/pull/388))
11+
- feat: add send with heavy hex data ([#386](https://github.com/MetaMask/test-dapp/pull/386))
12+
13+
### Changed
14+
- chore: updated icon ([#391](https://github.com/MetaMask/test-dapp/pull/391))
15+
16+
### Fixed
17+
- fix: update send calls default calls ([#389](https://github.com/MetaMask/test-dapp/pull/389))
18+
819
## [9.0.0]
920
### Added
1021
- Add SignTypedData primaryType variants: Blur - Order, PermitBatch, PermitSingle, Seaport - BulkOrder ([#376](https://github.com/MetaMask/test-dapp/pull/376))
@@ -229,7 +240,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
229240
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
230241
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))
231242

232-
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.0.0...HEAD
243+
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v9.1.0...HEAD
244+
[9.1.0]: https://github.com/MetaMask/test-dapp/compare/v9.0.0...v9.1.0
233245
[9.0.0]: https://github.com/MetaMask/test-dapp/compare/v8.13.0...v9.0.0
234246
[8.13.0]: https://github.com/MetaMask/test-dapp/compare/v8.12.0...v8.13.0
235247
[8.12.0]: https://github.com/MetaMask/test-dapp/compare/v8.11.0...v8.12.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.0.0",
3+
"version": "9.1.0",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
66
"node": ">= 18.0.0"

0 commit comments

Comments
 (0)