From 7b8bbb05d12eda4f5123e1f0581e4ac3e5c7c7e2 Mon Sep 17 00:00:00 2001 From: seaona Date: Mon, 19 Feb 2024 10:24:11 +0100 Subject: [PATCH] update 8.2 Rc --- CHANGELOG.md | 8 ++------ package.json | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a08af2d8..c800cb74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +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.3.0] -### Added -- Add Malformed Signatures ([#290](https://github.com/MetaMask/test-dapp/pull/290)) - ## [8.2.0] ### Added - Add Wallet Connect support ([#284](https://github.com/MetaMask/test-dapp/pull/284)) +- Add Malformed Signatures ([#290](https://github.com/MetaMask/test-dapp/pull/290)) ## [8.1.0] ### Added @@ -150,8 +147,7 @@ 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.3.0...HEAD -[8.3.0]: https://github.com/MetaMask/test-dapp/compare/v8.2.0...v8.3.0 +[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.2.0...HEAD [8.2.0]: https://github.com/MetaMask/test-dapp/compare/v8.1.0...v8.2.0 [8.1.0]: https://github.com/MetaMask/test-dapp/compare/v8.0.0...v8.1.0 [8.0.0]: https://github.com/MetaMask/test-dapp/compare/v7.3.1...v8.0.0 diff --git a/package.json b/package.json index 1ea56b3c..969dac45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp", - "version": "8.3.0", + "version": "8.2.0", "description": "A simple dapp used in MetaMask e2e tests.", "engines": { "node": ">= 18.0.0"