From 9eb85b2df3a3eef5818b0ae3582ef7ed2e2ae76e Mon Sep 17 00:00:00 2001 From: Matthew Walsh Date: Fri, 9 Jun 2023 15:12:46 +0100 Subject: [PATCH] Release v6.2.0 (#236) --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14465c30..e25f1dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.2.0] +### Added +- Add optional URL parameter to scroll to an element on load ([#235](https://github.com/MetaMask/test-dapp/pull/235)) + +### Changed +- Return all accounts in eth_accounts result ([#233](https://github.com/MetaMask/test-dapp/pull/233)) + ## [6.1.0] ### Added - Add page for making a request with query parameters ([#227](https://github.com/MetaMask/test-dapp/pull/227)) @@ -81,7 +88,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/v6.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v6.2.0...HEAD +[6.2.0]: https://github.com/MetaMask/test-dapp/compare/v6.1.0...v6.2.0 [6.1.0]: https://github.com/MetaMask/test-dapp/compare/v6.0.0...v6.1.0 [6.0.0]: https://github.com/MetaMask/test-dapp/compare/v5.7.0...v6.0.0 [5.7.0]: https://github.com/MetaMask/test-dapp/compare/v5.6.0...v5.7.0 diff --git a/package.json b/package.json index 746ac4a0..cc69baad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp", - "version": "6.1.0", + "version": "6.2.0", "description": "A simple dapp used in MetaMask e2e tests.", "engines": { "node": ">= 16.0.0"