Skip to content

Commit e9b7767

Browse files
authored
Release candidate for 8.12.0 (#368)
1 parent f009a6c commit e9b7767

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

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+
## [8.12.0]
9+
### Changed
10+
- Fix enabling EIP-1559 support ([#367](https://github.com/MetaMask/test-dapp/pull/367))
11+
812
## [8.11.0]
913
### Added
1014
- Add NFT permit option ([#363](https://github.com/MetaMask/test-dapp/pull/363))
@@ -214,7 +218,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
214218
- Fix repository standardization issues ([#118](https://github.com/MetaMask/test-dapp/pull/118))
215219
- Fix addEthereumChain button disable logic ([#93](https://github.com/MetaMask/test-dapp/pull/93))
216220

217-
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.11.0...HEAD
221+
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.12.0...HEAD
222+
[8.12.0]: https://github.com/MetaMask/test-dapp/compare/v8.11.0...v8.12.0
218223
[8.11.0]: https://github.com/MetaMask/test-dapp/compare/v8.10.0...v8.11.0
219224
[8.10.0]: https://github.com/MetaMask/test-dapp/compare/v8.9.0...v8.10.0
220225
[8.9.0]: https://github.com/MetaMask/test-dapp/compare/v8.8.0...v8.9.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": "8.11.0",
3+
"version": "8.12.0",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
66
"node": ">= 18.0.0"

0 commit comments

Comments
 (0)