From 1b0e31c433e8b0952b04bb24fa9e5108b7c77f96 Mon Sep 17 00:00:00 2001 From: brad-decker Date: Thu, 3 Feb 2022 09:10:58 -0600 Subject: [PATCH] v5.0.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9df10f..9c471502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [5.0.0] ### Added - Add buttons to send transaction and deploy contract that will fail([#139](git+https://github.com/MetaMask/test-dapp/pull/139)) - add deploy and mint buttons for collectibles flow ([#136](git+https://github.com/MetaMask/test-dapp/pull/136)) @@ -22,4 +24,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix repository standardization issues ([#118](git+https://github.com/MetaMask/test-dapp/pull/118)) - Fix addEthereumChain button disable logic ([#93](git+https://github.com/MetaMask/test-dapp/pull/93)) -[Unreleased]: git+https://github.com/MetaMask/test-dapp/ +[Unreleased]: git+https://github.com/MetaMask/test-dapp/compare/v5.0.0...HEAD +[5.0.0]: git+https://github.com/MetaMask/test-dapp/releases/tag/v5.0.0 diff --git a/package.json b/package.json index 0e82f100..0acb6c29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/test-dapp", - "version": "4.0.1", + "version": "5.0.0", "description": "A simple dapp used in MetaMask e2e tests.", "engines": { "node": ">= 12.0.0"