Skip to content

Commit

Permalink
Release candidate v8.5.0 (#311)
Browse files Browse the repository at this point in the history
* bump v8.5.0

* update changelog file

* update bottom of the changelog

* Update CHANGELOG.md

Co-authored-by: seaona <[email protected]>

---------

Co-authored-by: seaona <[email protected]>
  • Loading branch information
sleepytanya and seaona authored Mar 27, 2024
1 parent 1ebeab6 commit af6e149
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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.5.0]
### Added
- Add Base network support ([#2310](https://github.com/MetaMask/test-dapp/pull/310))

## [8.4.0]
### Added
- Add Malformed Transactions ([#295](https://github.com/MetaMask/test-dapp/pull/295))
Expand Down Expand Up @@ -157,7 +161,9 @@ 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))

[8.4.0]: https://github.com/MetaMask/test-dapp/compare/v8.3.0...release-v8.4.0
[Unreleased]: https://github.com/MetaMask/test-dapp/compare/v8.5.0...HEAD
[8.5.0]: https://github.com/MetaMask/test-dapp/compare/v8.4.0...v8.5.0
[8.4.0]: https://github.com/MetaMask/test-dapp/compare/v8.3.0...v8.4.0
[8.3.0]: https://github.com/MetaMask/test-dapp/compare/v8.2.0...v8.3.0
[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
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": "8.4.0",
"version": "8.5.0",
"description": "A simple dapp used in MetaMask e2e tests.",
"engines": {
"node": ">= 18.0.0"
Expand Down

0 comments on commit af6e149

Please sign in to comment.