From 97f3a2bfb318b34449a6ec2c9e4082501dbf28e8 Mon Sep 17 00:00:00 2001 From: Jyoti Puri Date: Thu, 24 Oct 2024 16:39:37 +0530 Subject: [PATCH] Release candidate for 8.12.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aca257..8fd3fdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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] +## [8.12.0] +### Changed +- Fix enabling EIP-1559 support ([#367](https://github.com/MetaMask/test-dapp/pull/367)) + ## [8.11.0] ### Added - Add NFT permit option ([#363](https://github.com/MetaMask/test-dapp/pull/363)) @@ -213,7 +217,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/v8.11.0...HEAD +[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.12.0...HEAD +[8.12.0]: https://github.com/MetaMask/test-dapp/compare/v8.11.0...v8.12.0 [8.11.0]: https://github.com/MetaMask/test-dapp/compare/v8.10.0...v8.11.0 [8.10.0]: https://github.com/MetaMask/test-dapp/compare/v8.9.0...v8.10.0 [8.9.0]: https://github.com/MetaMask/test-dapp/compare/v8.8.0...v8.9.0 diff --git a/package.json b/package.json index 19b19f4..a40d04d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp", - "version": "8.11.0", + "version": "8.12.0", "description": "A simple dapp used in MetaMask e2e tests.", "engines": { "node": ">= 18.0.0"