From c785ace10883aee6165fe939c2d4341a47afadaa Mon Sep 17 00:00:00 2001 From: Vinicius Stevam <45455812+vinistevam@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:10:05 +0100 Subject: [PATCH] Release candidate v8.9.0 (#345) --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d310b5..12a67a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.9.0] +### Added +- Add opBnB chain ([#335](https://github.com/MetaMask/test-dapp/pull/335)) + +### Fixed +- Fix issue with E2E tests failing on Android when running within Detox environment ([#343](https://github.com/MetaMask/test-dapp/pull/343)) +- Fix yarn.lock syncing to remove unnecessary dependencies and improve package cleanliness ([#339](https://github.com/MetaMask/test-dapp/pull/339)) + ## [8.8.0] ### Added - Add json RPC result text area ([#334](https://github.com/MetaMask/test-dapp/pull/334)) @@ -189,7 +197,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.8.0...HEAD +[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.9.0...HEAD +[8.9.0]: https://github.com/MetaMask/test-dapp/compare/v8.8.0...v8.9.0 [8.8.0]: https://github.com/MetaMask/test-dapp/compare/v8.7.0...v8.8.0 [8.7.0]: https://github.com/MetaMask/test-dapp/compare/v8.6.0...v8.7.0 [8.6.0]: https://github.com/MetaMask/test-dapp/compare/v8.5.0...v8.6.0 diff --git a/package.json b/package.json index e4e9ab08..81cc782c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp", - "version": "8.8.0", + "version": "8.9.0", "description": "A simple dapp used in MetaMask e2e tests.", "engines": { "node": ">= 18.0.0"