Skip to content

Commit

Permalink
v5.1.1 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-decker authored Jun 14, 2022
1 parent 8578746 commit 39a45cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.1.1]
### Fixed
- Fix RPC info for local Ganache instance ([#178](git+https://github.com/MetaMask/test-dapp/pull/178))

## [5.1.0]
### Added
- Use local Ganache instance for `wallet_addEthereumChain` instead of XDAI ([#174](git+https://github.com/MetaMask/test-dapp/pull/174))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/test-dapp",
"version": "5.1.0",
"version": "5.1.1",
"description": "A simple dapp used in MetaMask e2e tests.",
"engines": {
"node": ">= 12.0.0"
Expand Down

0 comments on commit 39a45cf

Please sign in to comment.