Skip to content

Commit

Permalink
6.0.0 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergarces authored Apr 24, 2023
1 parent 334a564 commit ca45471
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file.
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]
## [6.0.0]
### Added
- Add section to trigger wallet_watchAsset ([#222](git+https://github.com/MetaMask/test-dapp/pull/222))

### Changed
- **BREAKING:** Update minimum Node.js version to v16 ([#225](git+https://github.com/MetaMask/test-dapp/pull/225))

## [5.7.0]
### Added
- Add input field for setting custom decimals on ERC20 deploy ([#219](git+https://github.com/MetaMask/test-dapp/pull/219))

### Updated
### Changed
- Update ERC20 Token contract with non-hardcoded decimals and Permit support ([#220](git+https://github.com/MetaMask/test-dapp/pull/220))

## [5.6.0]
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.7.0",
"version": "6.0.0",
"description": "A simple dapp used in MetaMask e2e tests.",
"engines": {
"node": ">= 16.0.0"
Expand Down

0 comments on commit ca45471

Please sign in to comment.